Skip to content
Snippets Groups Projects
Commit d0ec18c3 authored by Joseph Ramsay's avatar Joseph Ramsay
Browse files

Re #22265 One more emplace_back

parent 36c9d141
No related merge requests found
......@@ -80,7 +80,7 @@ EnggDiffGSASFittingPresenter::collectAllInputParameters() const {
GSASIIProjectFiles = std::vector<std::string>({GSASIIProjectFile});
} else {
for (const auto &runLabel : runLabels) {
GSASIIProjectFiles.push_back(
GSASIIProjectFiles.emplace_back(
addRunNumberToGSASIIProjectFile(GSASIIProjectFile, runLabel));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment