the usual rebase fixup commit

This commit is contained in:
Tor Harald Sandve 2019-10-18 11:25:36 +02:00
parent 5e1ec249cd
commit 47dc94f21e

View File

@ -1341,9 +1341,11 @@ namespace Opm
updateExtraPrimaryVariables(dwells);
#ifndef NDEBUG
for (double v : primary_variables_) {
assert(Opm::isfinite(v));
}
#endif
}
@ -1799,12 +1801,7 @@ namespace Opm
break;
} // end of switch
#ifndef NDEBUG
for (double v : primary_variables_) {
assert(Opm::isfinite(v));
}
#endif
}