ParallelOverlappingILU0: fix warning emitted by newish compilers

This commit is contained in:
Andreas Lauser 2018-10-22 10:37:16 +02:00
parent 33da0aea09
commit ab94700f9a

View File

@ -921,7 +921,7 @@ protected:
milun_decomposition( A, iluIteration, milu, *ILU, *reorderer, *inverseReorderer ); milun_decomposition( A, iluIteration, milu, *ILU, *reorderer, *inverseReorderer );
} }
} }
catch ( Dune::MatrixBlockError error ) catch ( const Dune::MatrixBlockError& error )
{ {
message = error.what(); message = error.what();
std::cerr<<"Exception occured on process " << rank << " during " << std::cerr<<"Exception occured on process " << rank << " during " <<