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:
@@ -106,8 +106,7 @@ void RicExportToLasFileResampleUi::tvdrkbDiffForWellPaths( std::vector<double>*
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicExportToLasFileResampleUi::setRkbDiffs( const std::vector<QString>& wellNames,
|
||||
const std::vector<double>& rkbDiffs )
|
||||
void RicExportToLasFileResampleUi::setRkbDiffs( const std::vector<QString>& wellNames, const std::vector<double>& rkbDiffs )
|
||||
{
|
||||
for ( size_t i = 0; i < wellNames.size(); i++ )
|
||||
{
|
||||
@@ -212,8 +211,8 @@ void RicExportToLasFileResampleUi::defineUiOrdering( QString uiConfigName, caf::
|
||||
caf::PdmUiGroup* tvdrkbGroup = uiOrdering.addNewGroup( "TVDRKB" );
|
||||
tvdrkbGroup->add( &exportTvdrkb );
|
||||
|
||||
caf::PdmUiGroup* group = tvdrkbGroup->addNewGroup(
|
||||
"Difference between TVDRKB and TVDMSL, clear diff for no export" );
|
||||
caf::PdmUiGroup* group =
|
||||
tvdrkbGroup->addNewGroup( "Difference between TVDRKB and TVDMSL, clear diff for no export" );
|
||||
for ( auto& obj : m_tvdrkbOffsets )
|
||||
{
|
||||
group->add( &obj->tvdrkbOffset );
|
||||
|
||||
Reference in New Issue
Block a user