fixed: missing break

This commit is contained in:
Arne Morten Kvarving 2019-10-18 12:15:21 +02:00 committed by Tor Harald Sandve
parent 17a6861f09
commit af2e150118

View File

@ -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);
}