Merge pull request #1960 from wito/schedule-keyword-handlers

Moves keyword handlers from Schedule.cpp to KeywordHandlers.cpp
This commit is contained in:
Joakim Hove 2020-09-25 13:45:05 +02:00 committed by GitHub
commit ab68722eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1589 additions and 1606 deletions

View File

@ -442,7 +442,7 @@ namespace Opm
}
}
void handleEXIT(const DeckKeyword&, std::size_t currentStep);
void applyEXIT(const DeckKeyword&, std::size_t currentStep);
void applyMESSAGES(const DeckKeyword&, std::size_t currentStep);
void applyWELOPEN(const DeckKeyword&, std::size_t currentStep, const ParseContext&, ErrorGuard&, const std::vector<std::string>& matching_wells = {});
void applyWRFT(const DeckKeyword&, std::size_t currentStep);

File diff suppressed because it is too large Load Diff