Make sure to filter out wells from other processes in WellTestState

This commit is contained in:
Joakim Hove
2021-10-15 14:14:40 +02:00
parent c8cbd32f85
commit 9a9ccb90b8
4 changed files with 9 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ struct PhaseUsage;
struct WGState {
WGState(const PhaseUsage& pu);
void wtest_state(WellTestState wtest_state);
WellState well_state;
GroupState group_state;