Fix typo wether->whether.

This commit is contained in:
Markus Blatt 2015-09-08 11:44:46 +02:00
parent de8c638308
commit 315251da2c

View File

@ -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();