Skip to content

Commit 32aaa7b

Browse files
committed
change wasn't properly committed
1 parent 8557247 commit 32aaa7b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

MCwrapper/MakeMC.csh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

MCwrapper/MakeMC.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)