Loading src/TNL/Matrices/MatrixInfo.h +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ struct MatrixInfo< Legacy::CSR< Real, Device, Index, Legacy::CSRLight6 > > { static String getDensity() { return String( "sparse" ); }; static String getFormat() { return "CSR Legacy Light5"; }; static String getFormat() { return "CSR Legacy Light6"; }; }; template< typename Real, typename Device, typename Index > Loading Loading
src/TNL/Matrices/MatrixInfo.h +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ struct MatrixInfo< Legacy::CSR< Real, Device, Index, Legacy::CSRLight6 > > { static String getDensity() { return String( "sparse" ); }; static String getFormat() { return "CSR Legacy Light5"; }; static String getFormat() { return "CSR Legacy Light6"; }; }; template< typename Real, typename Device, typename Index > Loading