minor layout fix

This commit is contained in:
conrad
2025-05-19 12:49:13 +10:00
parent 7e88739a41
commit 6fd0ff0d0f
+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;