mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Remove duplicated code
This commit is contained in:
@@ -316,9 +316,7 @@ void RivWellDiskPartMgr::buildWellDiskParts( size_t frameIndex, const caf::Displ
|
||||
}
|
||||
|
||||
// Add visual indicator for well type injector
|
||||
if ( productionType == RiaDefines::WellProductionType::OIL_INJECTOR ||
|
||||
productionType == RiaDefines::WellProductionType::GAS_INJECTOR ||
|
||||
productionType == RiaDefines::WellProductionType::WATER_INJECTOR )
|
||||
if ( RiaDefines::isInjector( productionType ) )
|
||||
{
|
||||
cvf::GeometryBuilderFaceList builder;
|
||||
cvf::Vec3f pos( 0.0, 0.0, 0.0 );
|
||||
|
Reference in New Issue
Block a user