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:
@@ -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)),
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user