fix messages

This commit is contained in:
conrad
2022-03-16 11:59:04 +10:00
parent d79f2b82cf
commit 7fb2f3ceaa
+2 -2
View File
@@ -162,7 +162,7 @@ op_inv_gen::apply_direct(Mat<typename T1::elem_type>& out, const Base<typename T
if(try_sympd)
{
arma_extra_debug_print("op_inv: attempting sympd optimisation");
arma_extra_debug_print("op_inv_gen: attempting sympd optimisation");
Mat<eT> tmp = out;
@@ -174,7 +174,7 @@ op_inv_gen::apply_direct(Mat<typename T1::elem_type>& out, const Base<typename T
if((status == false) && (sympd_state == true)) { return false; }
arma_extra_debug_print("op_inv: sympd optimisation failed");
arma_extra_debug_print("op_inv_gen: sympd optimisation failed");
// fallthrough if optimisation failed
}