mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CppCheck : Several fixes
Add missing initializers Guard potential null pointer access
This commit is contained in:
@@ -72,6 +72,7 @@ RifSummaryCaseRestartSelector::RifSummaryCaseRestartSelector()
|
||||
m_showDialog = prefs->summaryRestartFilesShowImportDialog();
|
||||
m_defaultSummaryImportMode = mapReadOption(prefs->summaryImportMode());
|
||||
m_defaultGridImportMode = mapReadOption(prefs->gridImportMode());
|
||||
m_ensembleOrGroupMode = false;
|
||||
|
||||
//m_buildGridFileList = false;
|
||||
m_gridFiles.clear();
|
||||
|
||||
Reference in New Issue
Block a user