mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set PenaltyBreakAssignment to 130
This commit is contained in:
@@ -68,9 +68,8 @@ cvf::ref<RigResultModifier> RigResultModifierFactory::createResultModifier( RigE
|
||||
bool useGlobalActiveIndex = eclipseCase->results( porosityModel )->isUsingGlobalActiveIndex( resVarAddr );
|
||||
if ( useGlobalActiveIndex )
|
||||
{
|
||||
cvf::ref<RigResultModifier> object = new RigActiveCellsResultModifier( grid,
|
||||
eclipseCase->activeCellInfo( porosityModel ),
|
||||
resultValues );
|
||||
cvf::ref<RigResultModifier> object =
|
||||
new RigActiveCellsResultModifier( grid, eclipseCase->activeCellInfo( porosityModel ), resultValues );
|
||||
return object;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user