Variadic macro updates

This commit is contained in:
Magne Sjaastad
2021-11-16 09:15:52 +01:00
parent 7dfa84b0d9
commit bc906f737c
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ RimWellIASettings::RimWellIASettings()
m_startMD.uiCapability()->setUiEditorTypeName( caf::PdmUiDoubleSliderEditor::uiEditorTypeName() );
m_endMD.uiCapability()->setUiEditorTypeName( caf::PdmUiDoubleSliderEditor::uiEditorTypeName() );
CAF_PDM_InitField( &m_bufferXY, "BufferXY", 5.0, "Model Size (XY)", "", "", "" );
CAF_PDM_InitField( &m_bufferXY, "BufferXY", 5.0, "Model Size (XY)" );
CAF_PDM_InitFieldNoDefault( &m_parameters, "ModelingParameters", "Modeling Parameters", ":/Bullet.png", "", "" );