From 7aa34895e50655dfa1d3425e400a4bd683883328 Mon Sep 17 00:00:00 2001 From: conrad Date: Sun, 28 Mar 2021 15:56:27 +1000 Subject: [PATCH] fix --- include/armadillo_bits/fn_solve.hpp | 6 ++++++ 1 file changed, 6 insertions(+) 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; }