mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Added correct handling of VREP and REIN keyword. No longer generates a warning, just a friendly hint.
This commit is contained in:
parent
84eb849ed2
commit
5d0148a080
@ -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