mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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 );
|
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 " <<
|
||||||
|
Loading…
Reference in New Issue
Block a user