mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix typo wether->whether.
This commit is contained in:
parent
de8c638308
commit
315251da2c
@ -150,7 +150,7 @@ namespace Opm
|
||||
std::cerr<<message<<std::endl;
|
||||
ilu_setup_successful = 0;
|
||||
}
|
||||
// Check wether there was a problem on some process
|
||||
// Check whether there was a problem on some process
|
||||
if ( comm.communicator().min(ilu_setup_successful) == 0 )
|
||||
{
|
||||
throw Dune::MatrixBlockError();
|
||||
|
Loading…
Reference in New Issue
Block a user