mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-25 16:51:00 -06:00
ParallelOverlappingILU0: fix warning emitted by newish compilers
This commit is contained in:
parent
33da0aea09
commit
ab94700f9a
@ -921,7 +921,7 @@ protected:
|
||||
milun_decomposition( A, iluIteration, milu, *ILU, *reorderer, *inverseReorderer );
|
||||
}
|
||||
}
|
||||
catch ( Dune::MatrixBlockError error )
|
||||
catch ( const Dune::MatrixBlockError& error )
|
||||
{
|
||||
message = error.what();
|
||||
std::cerr<<"Exception occured on process " << rank << " during " <<
|
||||
|
Loading…
Reference in New Issue
Block a user