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:
@@ -82,12 +82,7 @@ public:
|
||||
size_t* gridIndex );
|
||||
|
||||
private:
|
||||
void ijkFromCellIndex( Rim3dView* mainOrComparisonView,
|
||||
size_t gridIdx,
|
||||
size_t cellIndex,
|
||||
size_t* i,
|
||||
size_t* j,
|
||||
size_t* k );
|
||||
void ijkFromCellIndex( Rim3dView* mainOrComparisonView, size_t gridIdx, size_t cellIndex, size_t* i, size_t* j, size_t* k );
|
||||
|
||||
bool handleOverlayItemPicking( int winPosX, int winPosY );
|
||||
void handleTextPicking( int winPosX, int winPosY, cvf::HitItemCollection* hitItems );
|
||||
|
||||
Reference in New Issue
Block a user