add well_test_state to WGState to be able to access last valid wellTestState

This commit is contained in:
Tor Harald Sandve
2021-09-21 09:30:02 +02:00
parent 7b833b7706
commit 6fa9c05985
5 changed files with 22 additions and 15 deletions

View File

@@ -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{}
{}
}