mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 21:04:25 -06:00
fix gcc4.8 compile issue and remove whitespace.
This commit is contained in:
parent
242ec598c8
commit
28b2fab7b7
@ -130,9 +130,9 @@ namespace Opm
|
||||
WellInjectionProperties injection = well->getInjectionProperties(currentStep);
|
||||
if (injection.injectorType == WellInjector::WATER) {
|
||||
WellPolymerProperties polymer = well->getPolymerProperties(currentStep);
|
||||
wellPolymerRate_.insert(std::make_pair<std::string, double>(wellName, polymer.m_polymerConcentration));
|
||||
wellPolymerRate_.insert(std::make_pair(wellName, polymer.m_polymerConcentration));
|
||||
} else {
|
||||
OPM_THROW(std::logic_error, "For polymer injector you must have a water injector");
|
||||
OPM_THROW(std::logic_error, "For polymer injector you must have a water injector");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user