Skip to content

Commit

Permalink
Merge branch 'jgalan_minor_fixes' into jgalan_sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Nov 23, 2023
2 parents 636c187 + ea38fc7 commit dbf07ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/REST_GenerateDataSets.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//*******************************************************************************************************

Int_t REST_GenerateDataSets(const std::string& inputRML, const std::string& datasets,
const std::string& outPath = "") {
std::string outPath = "") {
std::vector<std::string> sets = REST_StringHelper::Split(datasets, ",");

for (const auto& set : sets) {
Expand Down

0 comments on commit dbf07ff

Please sign in to comment.