mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed some typos introduced in previous commit.
Some conflicts in the previous rebase was unfortunately not resolved correctly. This commit corrects those errors.
This commit is contained in:
@@ -1045,6 +1045,9 @@ namespace Opm {
|
|||||||
last_report_.assemble_time_well += perfTimer.stop();
|
last_report_.assemble_time_well += perfTimer.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<typename TypeTag>
|
||||||
|
void
|
||||||
|
BlackoilWellModel<TypeTag>::
|
||||||
maybeDoGasLiftOptimize(Opm::DeferredLogger& deferred_logger)
|
maybeDoGasLiftOptimize(Opm::DeferredLogger& deferred_logger)
|
||||||
{
|
{
|
||||||
well_state_.enableGliftOptimization();
|
well_state_.enableGliftOptimization();
|
||||||
|
|||||||
Reference in New Issue
Block a user