diff options
author | Stan Seibert <stan@mtrr.org> | 2011-11-17 14:59:37 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
commit | 7b3a36f31ead500435d4cc0777ca4feaaa5fae56 (patch) | |
tree | 55121ad6ba0b41d165dbd8d11567a59d4cbf5907 /doc/source | |
parent | f94279eea4525802ef682b8e30c55a67fb21a150 (diff) | |
download | chroma-7b3a36f31ead500435d4cc0777ca4feaaa5fae56.tar.gz chroma-7b3a36f31ead500435d4cc0777ca4feaaa5fae56.tar.bz2 chroma-7b3a36f31ead500435d4cc0777ca4feaaa5fae56.zip |
Fix documentation bug regarding location of GEANT4 data
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 8939b10..150fb38 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -236,10 +236,10 @@ Next go to your download directory and run the following commands:: GEANT4 requires several environment variables to locate data files. Set these by appending the following lines to ``$VIRTUAL_ENV/bin/activate``:: - export G4LEVELGAMMADATA=$VIRTUAL_ENV/geant4.9.4.p02/data/PhotonEvaporation2.1 - export G4LEDATA=$VIRTUAL_ENV/geant4.9.4.p02/data/G4EMLOW6.19 - export G4NEUTRONHPDATA=$VIRTUAL_ENV/geant4.9.4.p02/data/G4NDL3.14 - export G4RADIOACTIVEDATA=$VIRTUAL_ENV/geant4.9.4.p02/data/RadioactiveDecay3.3 + export G4LEVELGAMMADATA=$VIRTUAL_ENV/src/geant4.9.4.p02/data/PhotonEvaporation2.1 + export G4LEDATA=$VIRTUAL_ENV/src/geant4.9.4.p02/data/G4EMLOW6.19 + export G4NEUTRONHPDATA=$VIRTUAL_ENV/src/geant4.9.4.p02/data/G4NDL3.14 + export G4RADIOACTIVEDATA=$VIRTUAL_ENV/src/geant4.9.4.p02/data/RadioactiveDecay3.3 Step 6: g4py |