File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -775,11 +775,11 @@ if ( "$GENR" != "0" ) then
775775 hd_root ./$STANDARD_NAME ' _geant' $GEANTVER ' _smeared.hddm' -PPLUGINS=$PluginStr -PNTHREADS=$NUMTHREADS
776776
777777 endif
778- set hd_root_return_code=$?
779- if ( hd_root_return_code ! = 0 ) then
780- echo " Something went wrong with hd_root"
781- exit hd_root_return_code
782- endif
778+ # set hd_root_return_code=$?
779+ # if ( hd_root_return_code != 0 ) then
780+ # echo "Something went wrong with hd_root"
781+ # exit hd_root_return_code
782+ # endif
783783 if ( -f dana_rest.hddm ) then
784784 mv dana_rest.hddm dana_rest_$STANDARD_NAME .hddm
785785 endif
Original file line number Diff line number Diff line change @@ -775,10 +775,10 @@ if [[ "$GENR" != "0" ]]; then
775775 echo " hd_root " " $STANDARD_NAME " ' _geant' " $GEANTVER " ' _smeared.hddm' " -PPLUGINS=" " $PluginStr " " -PNTHREADS=" " $NUMTHREADS "
776776 hd_root ./$STANDARD_NAME ' _geant' $GEANTVER ' _smeared.hddm' -PPLUGINS=$PluginStr -PNTHREADS=$NUMTHREADS
777777 fi
778- if [[ hd_root_return_code != 0 ]]; then
779- echo " Something went wrong with hd_root"
780- exit hd_root_return_code
781- fi
778+ # if [[ hd_root_return_code != 0 ]]; then
779+ # echo "Something went wrong with hd_root"
780+ # exit hd_root_return_code
781+ # fi
782782
783783 if [[ -f dana_rest.hddm ]]; then
784784 mv dana_rest.hddm dana_rest_$STANDARD_NAME .hddm
You can’t perform that action at this time.
0 commit comments