From 6fd0ff0d0f04df0a4ae678ef95153bbca2c63044 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 19 May 2025 12:49:13 +1000 Subject: [PATCH] minor layout fix --- include/armadillo_bits/SpValProxy_meat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/SpValProxy_meat.hpp b/include/armadillo_bits/SpValProxy_meat.hpp index 0bce7432..cd7e7738 100644 --- a/include/armadillo_bits/SpValProxy_meat.hpp +++ b/include/armadillo_bits/SpValProxy_meat.hpp @@ -181,7 +181,7 @@ SpValProxy::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;