Loading src/Benchmarks/SpMV/tnl-benchmark-spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ bool setupBenchmark( const Config::ParameterContainer& parameters ) return false; } } catch( std::bad_alloc ) catch( const std::bad_alloc& ) { std::cerr << "Not enough memory to read the matrix." << std::endl; logFile << std::endl; Loading src/Tools/tnl-diff.h +1 −1 Original line number Diff line number Diff line Loading @@ -583,7 +583,7 @@ bool processFiles( const Config::ParameterContainer& parameters ) { objectType = getObjectType( inputFiles[ 0 ] ); } catch( std::ios_base::failure exception ) catch( const std::ios_base::failure& exception ) { std::cerr << "Cannot open file " << inputFiles[ 0 ] << std::endl; } Loading Loading
src/Benchmarks/SpMV/tnl-benchmark-spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ bool setupBenchmark( const Config::ParameterContainer& parameters ) return false; } } catch( std::bad_alloc ) catch( const std::bad_alloc& ) { std::cerr << "Not enough memory to read the matrix." << std::endl; logFile << std::endl; Loading
src/Tools/tnl-diff.h +1 −1 Original line number Diff line number Diff line Loading @@ -583,7 +583,7 @@ bool processFiles( const Config::ParameterContainer& parameters ) { objectType = getObjectType( inputFiles[ 0 ] ); } catch( std::ios_base::failure exception ) catch( const std::ios_base::failure& exception ) { std::cerr << "Cannot open file " << inputFiles[ 0 ] << std::endl; } Loading