mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make sure to filter out wells from other processes in WellTestState
This commit is contained in:
@@ -28,4 +28,10 @@ WGState::WGState(const PhaseUsage& pu) :
|
||||
well_test_state{}
|
||||
{}
|
||||
|
||||
void WGState::wtest_state(WellTestState wtest_state)
|
||||
{
|
||||
wtest_state.filter_wells( this->well_state.wells() );
|
||||
this->well_test_state = std::move(wtest_state);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user