diff --git a/include/armadillo_bits/fn_solve.hpp b/include/armadillo_bits/fn_solve.hpp index 3599c876..90f4561a 100644 --- a/include/armadillo_bits/fn_solve.hpp +++ b/include/armadillo_bits/fn_solve.hpp @@ -61,6 +61,8 @@ solve out.soft_reset(); arma_extra_warn("solve(): solution not found"); } + + return status; } @@ -138,6 +140,8 @@ solve out.soft_reset(); arma_extra_warn("solve(): solution not found"); } + + return status; } @@ -167,6 +171,8 @@ solve out.soft_reset(); arma_extra_warn("solve(): solution not found"); } + + return status; }