mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8420 Janitor: Remove empty parameters in initialization macros
This commit is contained in:
@@ -60,10 +60,7 @@ RicCreateEnsembleWellLogUi::RicCreateEnsembleWellLogUi()
|
||||
CAF_PDM_InitField( &m_autoCreateEnsembleWellLogs,
|
||||
"AutoCreateEnsembleWellLogs",
|
||||
true,
|
||||
"Create Ensemble Well Logs From Exported Files",
|
||||
"",
|
||||
"",
|
||||
"" );
|
||||
"Create Ensemble Well Logs From Exported Files" );
|
||||
caf::PdmUiNativeCheckBoxEditor::configureFieldForEditor( &m_autoCreateEnsembleWellLogs );
|
||||
|
||||
CAF_PDM_InitField( &m_timeStep, "TimeStep", 0, "Time Step" );
|
||||
|
||||
Reference in New Issue
Block a user