correcting the typo when reading PLYROCK table.

PlymaxTable was used instead.
This commit is contained in:
Kai Bao 2015-10-24 13:19:36 +02:00
parent 1ebe26f1bd
commit 2b5f7c2b5c

View File

@ -132,7 +132,7 @@ namespace Opm
mix_param_ = plmixparRecord->getItem("TODD_LONGSTAFF")->getSIDouble(0);
// 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...
assert(plyrockTable.numRows() == 1);