Skip to content

Commit

Permalink
minor touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Britton committed Apr 17, 2017
1 parent 1f0bbfa commit c3fefc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MCwrapper/MakeMC.csh
Original file line number Diff line number Diff line change
Expand Up @@ -419,5 +419,5 @@ endif

mv $PWD/*.conf $OUTDIR/configurations/
mv $PWD/*.hddm $OUTDIR/hddm/
mv $PWD/*.root $OUTDIR/root/ #just in case
# mv $PWD/*.root $OUTDIR/root/ #just in case
echo `date`
4 changes: 2 additions & 2 deletions MCwrapper/MakeMC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if [[ "$GENR" != "0" ]]; then
fi

else
if [[ -f $CONFIG_FILE ]] then
if [[ -f $CONFIG_FILE ]]; then
echo "input file found"
else
echo $CONFIG_FILE" does not exist"
Expand Down Expand Up @@ -421,4 +421,4 @@ fi

mv $PWD/*.conf $OUTDIR/configurations/
mv $PWD/*.hddm $OUTDIR/hddm/
mv $PWD/*.root $OUTDIR/root/ #just in case
#mv $PWD/*.root $OUTDIR/root/ #just in case

0 comments on commit c3fefc9

Please sign in to comment.