NewtonIterationBlackoilInterleaved: print "...to cover np = 0"

This commit is contained in:
Robert Kloefkorn 2015-10-09 12:12:50 +02:00
parent ac034bd80e
commit 476a09e0d6

View File

@ -469,7 +469,7 @@ namespace Opm
const boost::any&,
const int )
{
OPM_THROW(std::runtime_error,"NewtonIncrement::get: number of variables not supported yet. Adjust maxNumberEquations appropriately to cover np = " << 0);
OPM_THROW(std::runtime_error,"NewtonIncrement::get: number of variables not supported yet. Adjust maxNumberEquations appropriately to cover np = 0");
}
};