simplification

This commit is contained in:
conrad
2023-03-07 11:03:07 +10:00
parent 02c16d39af
commit f716fe033c
+1 -1
View File
@@ -1247,7 +1247,7 @@ sp_auxlib::spsolve_simple(Mat<typename T1::elem_type>& X, const SpBase<typename
else
if(info > int(A.n_cols))
{
arma_debug_warn_level(1, "spsolve(): memory allocation failure: could not allocate ", (info - int(A.n_cols)), " bytes");
arma_debug_warn_level(1, "spsolve(): memory allocation failure");
}
else
if(info < 0)