mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-05 02:53:15 -05:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -29,9 +29,7 @@
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
RigCompletionData::RigCompletionData( const QString& wellName,
|
||||
const RigCompletionDataGridCell& cellIndex,
|
||||
double orderingValue )
|
||||
RigCompletionData::RigCompletionData( const QString& wellName, const RigCompletionDataGridCell& cellIndex, double orderingValue )
|
||||
: m_wellName( wellName )
|
||||
, m_cellIndex( cellIndex )
|
||||
, m_saturation( std::numeric_limits<double>::infinity() )
|
||||
|
||||
Reference in New Issue
Block a user