Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
+7 -7
View File
@@ -95,11 +95,11 @@ echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
fi
#+
if [ X$g4elasticdata != X ] ; then
G4ELASTICDATA="$g4elasticdata"
export G4ELASTICDATA
echo "On this machine the G4ELASTICDATA=\$G4ELASTICDATA"
fi
#if [ X$g4elasticdata != X ] ; then
#G4ELASTICDATA="$g4elasticdata"
#export G4ELASTICDATA
#echo "On this machine the G4ELASTICDATA=\$G4ELASTICDATA"
#fi
#
# g4clhep.U
@@ -135,8 +135,8 @@ fi
#
# g4debug
#
if [ X$g4debug != X ] ; then
G4DEBUG="$g4debug"
if [ X$g4debug = Xy ] ; then
G4DEBUG=1
export G4DEBUG
echo "On this machine the G4DEBUG=\$G4DEBUG"
fi