mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8250 Use variadic macros and remove obsolete parameters
This commit is contained in:
@@ -39,13 +39,13 @@ CAF_PDM_SOURCE_INIT( RimEnsembleWellLogStatisticsCurve, "EnsembleWellLogStatisti
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimEnsembleWellLogStatisticsCurve::RimEnsembleWellLogStatisticsCurve()
|
||||
{
|
||||
CAF_PDM_InitObject( "Ensemble Well Log Statistics Curve", "", "", "" );
|
||||
CAF_PDM_InitObject( "Ensemble Well Log Statistics Curve" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_ensembleWellLogCurveSet, "EnsembleWellLogCurveSet", "Ensemble Well Log Curve Set", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_ensembleWellLogCurveSet, "EnsembleWellLogCurveSet", "Ensemble Well Log Curve Set" );
|
||||
m_ensembleWellLogCurveSet.uiCapability()->setUiTreeChildrenHidden( true );
|
||||
m_ensembleWellLogCurveSet.uiCapability()->setUiTreeHidden( true );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_statisticsType, "StatisticsType", "Statistics Type", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_statisticsType, "StatisticsType", "Statistics Type" );
|
||||
m_statisticsType.uiCapability()->setUiHidden( true );
|
||||
|
||||
m_wellPath = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user