mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add well_test_state to WGState to be able to access last valid wellTestState
This commit is contained in:
@@ -24,7 +24,8 @@ namespace Opm {
|
||||
|
||||
WGState::WGState(const PhaseUsage& pu) :
|
||||
well_state(pu),
|
||||
group_state(pu.num_phases)
|
||||
group_state(pu.num_phases),
|
||||
well_test_state{}
|
||||
{}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user