Merge pull request #3357 from bska/restore-debug-build

Restore Debug Build
This commit is contained in:
Joakim Hove
2021-06-06 19:28:28 +02:00
committed by GitHub

View File

@@ -821,7 +821,7 @@ void WellState::initWellStateMSWell(const std::vector<Well>& wells_ecl,
// for the seg_rates_, now it becomes a recursive solution procedure.
{
// make sure the information from wells_ecl consistent with wells
assert((n_activeperf == num_perf_this_well) &&
assert((n_activeperf == this->wellMap().at(well_ecl.name())[2]) &&
"Inconsistent number of reservoir connections in well");
if (pu.phase_used[Gas]) {