Merge pull request #1960 from wito/schedule-keyword-handlers
Moves keyword handlers from Schedule.cpp to KeywordHandlers.cpp
This commit is contained in:
@@ -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 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 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);
|
void applyWRFT(const DeckKeyword&, std::size_t currentStep);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user