mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2555 Guarding for nullptr and some minor fixes
This commit is contained in:
@@ -105,8 +105,8 @@ std::vector<RifSummaryCaseFileInfo> RifSummaryCaseRestartSelector::getFilesToImp
|
||||
filesToImport.push_back(fi);
|
||||
}
|
||||
}
|
||||
lastResult = result;
|
||||
}
|
||||
lastResult = result;
|
||||
}
|
||||
return std::vector<RifSummaryCaseFileInfo>(filesToImport.begin(), filesToImport.end());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user