mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
correcting the typo when reading PLYROCK table.
PlymaxTable was used instead.
This commit is contained in:
parent
1ebe26f1bd
commit
2b5f7c2b5c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user