Loading src/TNL/Matrices/MatrixType.h +2 −2 Original line number Diff line number Diff line Loading @@ -32,8 +32,8 @@ struct MatrixType type = "General"; else { if( isSymmetric ) type = "Symmetric"; if( isBinary ) type += "Binary"; if( isSymmetric() ) type = "Symmetric"; if( isBinary() ) type += "Binary"; } return type; } Loading Loading
src/TNL/Matrices/MatrixType.h +2 −2 Original line number Diff line number Diff line Loading @@ -32,8 +32,8 @@ struct MatrixType type = "General"; else { if( isSymmetric ) type = "Symmetric"; if( isBinary ) type += "Binary"; if( isSymmetric() ) type = "Symmetric"; if( isBinary() ) type += "Binary"; } return type; } Loading