From 7b3a36f31ead500435d4cc0777ca4feaaa5fae56 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 17 Nov 2011 14:59:37 -0500 Subject: Fix documentation bug regarding location of GEANT4 data --- doc/source/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 -- cgit