CppCheck : Intialize all variables in constructor

This commit is contained in:
Magne Sjaastad
2017-09-07 20:43:01 +02:00
parent 8ecfaa2ea7
commit 7764f812e4

View File

@@ -78,7 +78,7 @@ RicExportCompletionDataSettingsUi::RicExportCompletionDataSettingsUi(bool onlyWe
CAF_PDM_InitField(&excludeMainBoreForFishbones, "ExcludeMainBoreForFishbones", false, "Exclude Main Bore Transmissibility For Fishbones", "", "", "");
m_onlyWellPathCollectionSelected = onlyWellPathCollectionSelected;
m_displayForSimWell = true;
}
//--------------------------------------------------------------------------------------------------