Change error message.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-05-21 13:15:42 +02:00
parent e9ab64fd18
commit f48ee55c0d

View File

@ -368,7 +368,7 @@ namespace Opm
V& b)
{
if (num_phases != 3) {
OPM_THROW(std::logic_error, "formEllipticSystem() requires 3 phases for now.");
OPM_THROW(std::logic_error, "formEllipticSystem() requires 3 phases.");
}
// A concession to MRST, to obtain more similar behaviour: