#2555 Guarding for nullptr and some minor fixes

This commit is contained in:
Bjørn Erik Jensen
2018-03-21 14:47:07 +01:00
parent 203677e837
commit 1369b11e6e
4 changed files with 14 additions and 4 deletions

View File

@@ -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());
}