From 83a38cc999376c4e134931f2ca53c05eca331ba5 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 20 May 2025 13:02:35 +1000 Subject: [PATCH] fix comment --- include/armadillo_bits/spglue_schur_meat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/spglue_schur_meat.hpp b/include/armadillo_bits/spglue_schur_meat.hpp index f1aefc66..efefb97d 100644 --- a/include/armadillo_bits/spglue_schur_meat.hpp +++ b/include/armadillo_bits/spglue_schur_meat.hpp @@ -109,7 +109,7 @@ spglue_schur::apply_noalias(SpMat& out, const SpProxy& pa, const SpProxy } else { - out_val = eT(0) * (*y_it); // in case (*x_it) is inf or nan + out_val = eT(0) * (*y_it); // in case (*y_it) is inf or nan ++y_it;