mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 20:24:24 -06:00
NewtonIterationBlackoilInterleaved: print "...to cover np = 0"
This commit is contained in:
parent
ac034bd80e
commit
476a09e0d6
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user