TableManager: export the Eqldims object
this object corresponds to the EQLDIMS keyword. Probably it is not the most intuitive place to provide access to this keyword, but as far as I can see the table manager is the only place where this object is already properly instantiated.
This commit is contained in:
@@ -520,6 +520,9 @@ namespace Opm {
|
||||
return m_tabdims;
|
||||
}
|
||||
|
||||
const Eqldims& TableManager::getEqldims() const {
|
||||
return *m_eqldims;
|
||||
}
|
||||
|
||||
/*
|
||||
const std::vector<SwofTable>& TableManager::getSwofTables() const {
|
||||
|
||||
@@ -60,8 +60,8 @@ namespace Opm {
|
||||
const TableContainer& operator[](const std::string& tableName) const;
|
||||
bool hasTables( const std::string& tableName ) const;
|
||||
|
||||
|
||||
const Tabdims& getTabdims() const;
|
||||
const Eqldims& getEqldims() const;
|
||||
|
||||
const TableContainer& getSwofTables() const;
|
||||
const TableContainer& getSgwfnTables() const;
|
||||
|
||||
Reference in New Issue
Block a user