mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 11:05:34 -06:00
the usual rebase fixup commit
This commit is contained in:
parent
5e1ec249cd
commit
47dc94f21e
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user