Merge pull request #1232 from joakim-hove/get-fp
Add EclipseState::fieldProps() method
This commit is contained in:
@@ -95,6 +95,7 @@ namespace Opm {
|
||||
const EDITNNC& getInputEDITNNC() const;
|
||||
bool hasInputEDITNNC() const;
|
||||
|
||||
const FieldPropsManager& fieldProps() const;
|
||||
const Eclipse3DProperties& get3DProperties() const;
|
||||
const TableManager& getTableManager() const;
|
||||
const EclipseConfig& getEclipseConfig() const;
|
||||
|
||||
@@ -207,6 +207,11 @@ void assert_field_properties(const EclipseGrid& grid, const FieldPropsManager& f
|
||||
}
|
||||
|
||||
|
||||
const FieldPropsManager& EclipseState::fieldProps() const {
|
||||
return this->field_props;
|
||||
}
|
||||
|
||||
|
||||
const TableManager& EclipseState::getTableManager() const {
|
||||
return m_tables;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user