WellState: template Scalar type

This commit is contained in:
Arne Morten Kvarving
2024-02-17 18:13:46 +01:00
parent 58f334b264
commit be57843296
75 changed files with 730 additions and 664 deletions

View File

@@ -62,7 +62,7 @@ struct Setup
const int step = 0;
const auto& sched_state = schedule->operator[](step);
WellState well_state(phaseUsage(runspec.phases()));
WellState<double> well_state(phaseUsage(runspec.phases()));
vfp_properties = std::make_unique<VFPProperties>(sched_state.vfpinj(), sched_state.vfpprod(), well_state);
};
};