Skip to content
Snippets Groups Projects

Put back dvcs

Merged Whitney Armstrong requested to merge dvcs_fix into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -50,7 +50,7 @@ npsim --runType batch \
--inputFiles test_proton_dvcs_eic.hepmc \
--outputFile ${JUGGLER_SIM_FILE}
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running script"
echo "ERROR running npsim"
exit 1
fi
@@ -61,8 +61,6 @@ if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler"
exit 1
fi
ls -l
popd
pwd
mkdir -p results/dvcs
Loading