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:
@@ -31,10 +31,10 @@ CAF_PDM_SOURCE_INIT( RicCreateMultipleFracturesOptionItemUi, "RiuMultipleFractio
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RicCreateMultipleFracturesOptionItemUi::RicCreateMultipleFracturesOptionItemUi()
|
||||
{
|
||||
CAF_PDM_InitField( &m_topKOneBased, "TopKLayer", 1, "Top K Layer", "", "", "" );
|
||||
CAF_PDM_InitField( &m_baseKOneBased, "BaseKLayer", 1, "Base K Layer", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_fractureTemplate, "Template", "Template", "", "", "" );
|
||||
CAF_PDM_InitField( &m_minSpacing, "MinSpacing", 300.0, "Spacing", "", "", "" );
|
||||
CAF_PDM_InitField( &m_topKOneBased, "TopKLayer", 1, "Top K Layer" );
|
||||
CAF_PDM_InitField( &m_baseKOneBased, "BaseKLayer", 1, "Base K Layer" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_fractureTemplate, "Template", "Template" );
|
||||
CAF_PDM_InitField( &m_minSpacing, "MinSpacing", 300.0, "Spacing" );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user