From 8d947c885df0da359fe920511462c71dcebc46ef Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 10 Jun 2022 13:29:40 +1000 Subject: [PATCH] fix --- include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp b/include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp index 5755af24..ea206186 100644 --- a/include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp +++ b/include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp @@ -28,6 +28,9 @@ SparseGenRealShiftSolve::SparseGenRealShiftSolve(const SpMat& mat_obj, c , perm_r(mat_obj.n_rows + 1) , n_rows(mat_obj.n_rows) , n_cols(mat_obj.n_cols) + #else + : n_rows(0) + , n_cols(0) #endif { arma_extra_debug_sigprint();