Merge pull request #154 from GitPaean/correcting_plyrocktable_reading

Correcting plyrocktable reading typo
This commit is contained in:
Atgeirr Flø Rasmussen
2015-10-26 09:09:36 +01:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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);