Added correct handling of VREP and REIN keyword. No longer generates a warning, just a friendly hint.
This commit is contained in:
parent
53dd538e99
commit
9f651f255c
@ -489,8 +489,9 @@ namespace Opm
|
||||
}
|
||||
return;
|
||||
}
|
||||
case InjectionSpecification::VREP:
|
||||
case InjectionSpecification::REIN:
|
||||
std::cout << "WARNING: Ignoring control type REIN" << std::endl;
|
||||
std::cout << "Replacement keywords found, remember to call applyExplicitReinjectionControls." << std::endl;
|
||||
return;
|
||||
case InjectionSpecification::FLD:
|
||||
case InjectionSpecification::NONE:
|
||||
|
Loading…
Reference in New Issue
Block a user