Skip to content
Snippets Groups Projects
Commit 4a5c41a7 authored by BaM's avatar BaM
Browse files

adding cCLASSDirectoryName & cDataDirectoryName string name

git-svn-id: svn+ssh://svn.in2p3.fr/class@247 0e7d625b-0364-4367-a6be-d5be4a48d228
parent c1e79298
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
//CLASS library //CLASS library
#include "CLASS.hxx" #include "CLASS.hxx"
#include "CLSSObject.hxx" #include "CLASSObject.hxx"
#include "CLSSFacility.hxx" #include "CLASSFacility.hxx"
#include "Reactor.hxx" #include "Reactor.hxx"
#include "Pool.hxx" #include "Pool.hxx"
#include "FabricationPlant.hxx" #include "FabricationPlant.hxx"
...@@ -27,5 +27,7 @@ ...@@ -27,5 +27,7 @@
const ZAIMass cZAIMass; const ZAIMass cZAIMass;
const string cCLASSDirectoryName = getenv("CLASS_PATH");
const string cDataDirectoryName = cCLASSDirectoryName + "/source/data/";
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment