From 3bfa3007cee237035dbb8bd324d03d4120c4163f Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Mon, 1 Jun 2026 15:45:36 +0200 Subject: [PATCH] bugfix for compatibility with gcc16 --- mat.h | 2 +- smat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mat.h b/mat.h index 8355df5..06d8862 100644 --- a/mat.h +++ b/mat.h @@ -1634,7 +1634,7 @@ for(int i=0; i void NRMat::printsorted(std::ostream &s, int direction, bool absvalue, bool stable, typename LA_traits::normtype thr, int topmax) const { NRMat indexmap(nn*mm,2); -NRVec tmp(*this); +NRVec tmp(*this); int ii=0; for(int i=0; i void NRSMat::printsorted(std::ostream &s, int direction, bool absvalue, bool stable, typename LA_traits::normtype thr, int topmax) const { NRMat indexmap(NN2,2); -NRVec tmp(*this); +NRVec tmp(*this); int ii=0; for(int i=0; i