From 5aaced6812239bef137024388c2f0972923a8e1d Mon Sep 17 00:00:00 2001
From: Unknown <unknown>
Date: Wed, 2 Oct 2013 10:00:25 +0000
Subject: [PATCH]

---
 NPEnvironment.bash  | 5 ++---
 NPEnvironment.tchrc | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/NPEnvironment.bash b/NPEnvironment.bash
index 3ee46ca99..cf4896c97 100644
--- a/NPEnvironment.bash
+++ b/NPEnvironment.bash
@@ -1,16 +1,15 @@
 # This File content all environment variable needed by NPTool.
 # On linux system, include it in your bashrc or tcshrc file.
-# using command:  source /path/NPEnvironment
 
 # NPTool Needs
-export NPTOOL=/home/Adrien/Desktop/NPTool
+export NPTOOL=/YourPathToNPTool/NPTool
 export NPLIB=$NPTOOL/NPLib
 export NPSIM=$NPTOOL/NPSimulation
 export NPANA=$NPTOOL/NPAnalysis
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NPLIB/lib
 
 # alias
-alias Simulation='$NPSIM/bin/Linux-g++/Simulation'
+alias Simulation='$NPSIM/bin/$G4SYSTEM/Simulation'
 alias Analysis='$NPANA/Analysis'
 
 alias NPT='cd $NPTOOL'	
diff --git a/NPEnvironment.tchrc b/NPEnvironment.tchrc
index fef2f9b30..43f970f28 100644
--- a/NPEnvironment.tchrc
+++ b/NPEnvironment.tchrc
@@ -1,16 +1,15 @@
 # This File content all environment variable needed by NPTool.
 # On linux system, include it in your bashrc or tcshrc file.
-# using command:  source /path/NPEnvironment
 
 # NPTool Needs
-setenv NPTOOL /home/Adrien/Desktop/NPTool
+setenv NPTOOL /YourPathToNPTool/NPTool
 setenv NPLIB $NPTOOL/NPLib
 setenv NPSIM $NPTOOL/NPSimulation
 setenv NPANA $NPTOOL/NPAnalysis
 setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$NPLIB/lib
 
 # alias
-alias Simulation '$NPSIM/bin/Linux-g++/Simulation'
+alias Simulation '$NPSIM/bin/$G4SYSTEM/Simulation'
 alias Analysis '$NPANA/Analysis'
 
 alias NPT 'cd Desktop/NPTool'	
-- 
GitLab