mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3357 from bska/restore-debug-build
Restore Debug Build
This commit is contained in:
commit
ce3d2b17dd
@ -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]) {
|
||||
|
Loading…
Reference in New Issue
Block a user