mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Made REIN a warning rather than a throw, just to get something up and running
This commit is contained in:
parent
72afe774b0
commit
18ace3c137
@ -482,6 +482,9 @@ namespace Opm
|
||||
}
|
||||
break;
|
||||
}
|
||||
case InjectionSpecification::REIN:
|
||||
std::cout << "WARNING: Ignoring control type REIN" << std::endl;
|
||||
break;
|
||||
case InjectionSpecification::FLD:
|
||||
case InjectionSpecification::NONE:
|
||||
// Call all children
|
||||
|
Loading…
Reference in New Issue
Block a user