From 44851d9e90d9847fbfeaaea7b0ed1e7c3d093dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 24 Feb 2016 23:26:20 +0100 Subject: [PATCH] fix semantic errors in error-msgs --- Utilities/extra.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Utilities/extra.cpp b/Utilities/extra.cpp index 21862e6..9f59263 100644 --- a/Utilities/extra.cpp +++ b/Utilities/extra.cpp @@ -49,7 +49,7 @@ int WriteMatrixMarket_ADOLCInput(string s_postfix, int i_mode, ...) { ofstream out_Matrix (s_MatrixName.c_str()); if(!out_Matrix) { - cout<<"Error creating file: \""< &ListOf } } } - } } } @@ -1483,4 +1482,3 @@ int DisplayADICFormat_Value(std::list > &lvd_Value) { } #endif -