Extracted timestepnning keywords from the regular handleKeyword()

This commit is contained in:
Joakim Hove
2020-01-28 20:31:24 +01:00
parent 989d643140
commit 1cdb4aa579
2 changed files with 21 additions and 15 deletions

View File

@@ -400,7 +400,7 @@ namespace Opm
void handleVFPINJ(const DeckKeyword& vfpprodKeyword, const UnitSystem& unit_system, size_t currentStep);
void checkUnhandledKeywords( const SCHEDULESection& ) const;
void checkIfAllConnectionsIsShut(size_t currentStep);
void handleKeyword(size_t& currentStep,
void handleKeyword(size_t currentStep,
const SCHEDULESection& section,
size_t keywordIdx,
const DeckKeyword& keyword,