fixed: properly combine MULTFLT from GRID and EDIT

This commit is contained in:
Arne Morten Kvarving
2023-06-06 11:51:16 +02:00
parent 5a08a17978
commit b7a888fcfa
3 changed files with 164 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ namespace Opm {
void initFaults(const Deck& deck);
void initPara(const Deck& deck);
void setMULTFLT(const Opm::DeckSection& section);
void setMULTFLT(const Opm::DeckSection& section, bool edit = false);
void complainAboutAmbiguousKeyword(const Deck& deck,
const std::string& keywordName);