minor layout fix

This commit is contained in:
conrad
2025-05-19 12:49:25 +10:00
parent 8cb64ddc3d
commit e3f0ff95b9
+1 -1
View File
@@ -181,7 +181,7 @@ SpValProxy<T1>::operator/=(const eT rhs)
{
const eT val = eT(0) / rhs; // in case rhs is zero or nan
if(val != eT(0)) { val_ptr = &parent.insert_element(row, col, val); }
if(val != eT(0)) { val_ptr = &parent.insert_element(row, col, val); }
}
return *this;