mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
fixed: missing break
This commit is contained in:
parent
17a6861f09
commit
af2e150118
@ -2950,6 +2950,7 @@ namespace Opm
|
||||
case Well2::ProducerCMode::GRUP:
|
||||
ctrltype = CR::WellFailure::Type::ControlRate;
|
||||
control_tolerance = param_.tolerance_wells_;
|
||||
break;
|
||||
default:
|
||||
OPM_DEFLOG_THROW(std::runtime_error, "Unknown well control control types for well " << name(), deferred_logger);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user