Update deck access api
This commit is contained in:
parent
f62a448c4b
commit
b1e889f619
@ -233,7 +233,7 @@ inline void testAll()
|
||||
Opm::EclipseState eclState(deck);
|
||||
Opm::Schedule schedule(deck, eclState, python);
|
||||
|
||||
const auto& pvtwKeyword = deck.getKeyword("PVTW");
|
||||
const auto& pvtwKeyword = deck["PVTW"].back();
|
||||
size_t numPvtRegions = pvtwKeyword.size();
|
||||
|
||||
if (numPvtRegions != 2)
|
||||
|
Loading…
Reference in New Issue
Block a user