mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #154 from GitPaean/correcting_plyrocktable_reading
Correcting plyrocktable reading typo
This commit is contained in:
@@ -132,7 +132,7 @@ namespace Opm
|
|||||||
mix_param_ = plmixparRecord->getItem("TODD_LONGSTAFF")->getSIDouble(0);
|
mix_param_ = plmixparRecord->getItem("TODD_LONGSTAFF")->getSIDouble(0);
|
||||||
|
|
||||||
// We assume NTSFUN=1
|
// We assume NTSFUN=1
|
||||||
const auto& plyrockTable = tables->getPlymaxTables().getTable<PlyrockTable>(0);
|
const auto& plyrockTable = tables->getPlyrockTables().getTable<PlyrockTable>(0);
|
||||||
|
|
||||||
// We also assume that each table has exactly one row...
|
// We also assume that each table has exactly one row...
|
||||||
assert(plyrockTable.numRows() == 1);
|
assert(plyrockTable.numRows() == 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user