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,18 +60,9 @@ RimObjectiveFunction::RimObjectiveFunction()
|
||||
CAF_PDM_InitField( &m_normalizeByNumberOfObservations,
|
||||
"NormalizeByNumberOfObservations",
|
||||
true,
|
||||
"Normalize by Number of Observations",
|
||||
"",
|
||||
"",
|
||||
"" );
|
||||
"Normalize by Number of Observations" );
|
||||
|
||||
CAF_PDM_InitField( &m_normalizeByNumberOfVectors,
|
||||
"NormalizeByNumberOfVectors",
|
||||
true,
|
||||
"Normalize by Number of Vectors",
|
||||
"",
|
||||
"",
|
||||
"" );
|
||||
CAF_PDM_InitField( &m_normalizeByNumberOfVectors, "NormalizeByNumberOfVectors", true, "Normalize by Number of Vectors" );
|
||||
|
||||
CAF_PDM_InitField( &m_errorEstimatePercentage, "ErrorEstimatePercentage", 100.0, "Error Estimate [0..100 %]" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user