Schedule::handleKeyword: remove unused list
This commit is contained in:
parent
75a735c6b1
commit
0469f53056
@ -374,13 +374,6 @@ Schedule::Schedule(const Deck& deck, const EclipseState& es, const std::optional
|
|||||||
WelSegsSet* welsegs_wells,
|
WelSegsSet* welsegs_wells,
|
||||||
std::set<std::string>* compsegs_wells)
|
std::set<std::string>* compsegs_wells)
|
||||||
{
|
{
|
||||||
|
|
||||||
static const std::unordered_set<std::string> require_grid = {
|
|
||||||
"COMPDAT",
|
|
||||||
"COMPSEGS"
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
HandlerContext handlerContext { block, keyword, grid, currentStep, matching_wells, actionx_mode,
|
HandlerContext handlerContext { block, keyword, grid, currentStep, matching_wells, actionx_mode,
|
||||||
parseContext, errors, sim_update, target_wellpi,
|
parseContext, errors, sim_update, target_wellpi,
|
||||||
wpimult_global_factor, welsegs_wells, compsegs_wells};
|
wpimult_global_factor, welsegs_wells, compsegs_wells};
|
||||||
|
Loading…
Reference in New Issue
Block a user