mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -75,9 +75,7 @@ public:
|
||||
|
||||
// Faults
|
||||
void appendFaultsStaticGeometryPartsToModel( cvf::ModelBasicList* model, RivCellSetEnum geometryType );
|
||||
void appendFaultsDynamicGeometryPartsToModel( cvf::ModelBasicList* model,
|
||||
RivCellSetEnum geometryType,
|
||||
size_t frameIndex );
|
||||
void appendFaultsDynamicGeometryPartsToModel( cvf::ModelBasicList* model, RivCellSetEnum geometryType, size_t frameIndex );
|
||||
void updateFaultColors( RivCellSetEnum geometryType, size_t timeStepIndex, RimEclipseCellColors* cellResultColors );
|
||||
void updateFaultCellEdgeResultColor( RivCellSetEnum geometryType,
|
||||
size_t timeStepIndex,
|
||||
@@ -103,10 +101,7 @@ public:
|
||||
|
||||
private:
|
||||
void createGeometry( RivCellSetEnum geometryType );
|
||||
void computeVisibility( cvf::UByteArray* cellVisibility,
|
||||
RivCellSetEnum geometryType,
|
||||
RigGridBase* grid,
|
||||
size_t gridIdx );
|
||||
void computeVisibility( cvf::UByteArray* cellVisibility, RivCellSetEnum geometryType, RigGridBase* grid, size_t gridIdx );
|
||||
|
||||
void createPropertyFilteredNoneWellCellGeometry( size_t frameIndex );
|
||||
void createPropertyFilteredWellGeometry( size_t frameIndex );
|
||||
|
||||
Reference in New Issue
Block a user