Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
remitche66 committed Apr 30, 2021
1 parent 06914c0 commit 9a0210e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FlattenForFSRoot/flatten.cc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ int main(int argc, char** argv){
if (flag == "-usePolarization"){ if (argi == "1") gUsePolarization = true; }
if (flag == "-mcChecks"){ if (argi == "0") gMCChecks = false; }
if (flag == "-safe"){ if (argi == "0") gSafe = false; }
if (flag == "-safe"){ if (argi == "0") gSafe = false; }
if (flag == "-print"){ gPrint = atoi(argi); }
}
if (gMCTag == "none") gMCTag = "";
Expand Down

0 comments on commit 9a0210e

Please sign in to comment.