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