Skip to content

Commit a8e9364

Browse files
committed
Import Geant4 9.0.0 source tree
1 parent 75c7fd1 commit a8e9364

File tree

6,592 files changed

+80327
-65345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,592 files changed

+80327
-65345
lines changed

Configure

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# you may fetch it yourself from your nearest archive site.)
1919
#
2020

21-
# $Id: Configure,v 1.96 2007/02/16 12:20:09 bmorgan Exp $
21+
# $Id: Configure,v 1.98 2007/06/22 11:49:47 bmorgan Exp $
2222
#
23-
# Generated on Fri Feb 16 12:09:40 GMT 2007 [metaconfig 3.0 PL70]
23+
# Generated on Fri Jun 22 12:32:16 BST 2007 [metaconfig 3.0 PL70]
2424

2525
cat >/tmp/c1$$ <<EOF
2626
WARNING!!!!!
@@ -2733,19 +2733,19 @@ esac
27332733
27342734
case "$g4radioactivedata" in
27352735
'')
2736-
g4radioactivedata=$g4data/RadioactiveDecay3.1
2736+
g4radioactivedata=$g4data/RadioactiveDecay3.2
27372737
;;
27382738
esac
27392739
27402740
case "$g4ledata" in
27412741
'')
2742-
g4ledata=$g4data/G4EMLOW4.2
2742+
g4ledata=$g4data/G4EMLOW4.3
27432743
;;
27442744
esac
27452745
27462746
case "$g4neutronhpcrosssections" in
27472747
'')
2748-
g4neutronhpcrosssections=$g4data/G4NDL3.10
2748+
g4neutronhpcrosssections=$g4data/G4NDL3.11
27492749
;;
27502750
esac
27512751
@@ -2769,7 +2769,7 @@ Please, specify default directory where ALL the Geant4 data is installed:
27692769
27702770
G4LEDATA: $g4ledata
27712771
2772-
NeutronHPCrossSections: $g4neutronhpcrosssections
2772+
G4NEUTRONHPDATA: $g4neutronhpcrosssections
27732773
27742774
You will be asked about customizing these next.
27752775
@@ -2790,9 +2790,9 @@ gans=$ans
27902790
g4data=$ans
27912791
27922792
g4levelgammadata=$g4data/PhotonEvaporation2.0
2793-
g4radioactivedata=$g4data/RadioactiveDecay3.1
2794-
g4ledata=$g4data/G4EMLOW4.2
2795-
g4neutronhpcrosssections=$g4data/G4NDL3.10
2793+
g4radioactivedata=$g4data/RadioactiveDecay3.2
2794+
g4ledata=$g4data/G4EMLOW4.3
2795+
g4neutronhpcrosssections=$g4data/G4NDL3.11
27962796
# g4elasticdata=$g4data/G4ELASTIC1.1
27972797
fi
27982798
# done
@@ -2811,7 +2811,7 @@ Please, specify default directory where the Geant4 data is installed:
28112811
28122812
3) G4LEDATA: $g4ledata
28132813
2814-
4) NeutronHPCrossSections: $g4neutronhpcrosssections
2814+
4) G4NEUTRONHPDATA: $g4neutronhpcrosssections
28152815
28162816
To modify default settings, select number above (e.g. 2)
28172817
EOM`
@@ -2836,21 +2836,21 @@ gans=$ans
28362836
2)
28372837
dflt=$g4radioactivedata
28382838
fn='d~'
2839-
rp="Where is Geant4 RadioactiveDecay3.1 data installed?"
2839+
rp="Where is Geant4 RadioactiveDecay3.2 data installed?"
28402840
. ./getfile
28412841
g4radioactivedata=$ans
28422842
;;
28432843
3)
28442844
dflt=$g4ledata
28452845
fn='d~'
2846-
rp="Where is G4EMLOW4.2 data installed ?"
2846+
rp="Where is G4EMLOW4.3 data installed ?"
28472847
. ./getfile
28482848
g4ledata=$ans
28492849
;;
28502850
4)
28512851
dflt=$g4neutronhpcrosssections
28522852
fn='d~'
2853-
rp="Where is G4NDL3.10 data installed?"
2853+
rp="Where is G4NDL3.11 data installed?"
28542854
. ./getfile
28552855
g4neutronhpcrosssections=$ans
28562856
;;

0 commit comments

Comments
 (0)