Capture SatFunc Controls In FieldProps

This is in preparation of threading the TOLCRIT value-defaulted or
not-through to the end-point scanning code.
This commit is contained in:
Bård Skaflestad
2020-04-23 23:48:50 +02:00
parent f0f3764b89
commit 83af852efe
2 changed files with 2 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ FieldProps::FieldProps(const Deck& deck, const Phases& phases, const EclipseGrid
ny(grid.getNY()),
nz(grid.getNZ()),
m_phases(phases),
m_satfuncctrl(deck),
m_actnum(grid.getACTNUM()),
cell_volume(extract_cell_volume(grid)),
cell_depth(extract_cell_depth(grid)),

View File

@@ -359,6 +359,7 @@ private:
const UnitSystem unit_system;
std::size_t nx,ny,nz;
Phases m_phases;
SatFuncControls m_satfuncctrl;
std::vector<int> m_actnum;
std::vector<double> cell_volume;
std::vector<double> cell_depth;