From 4a5c41a7fdfc97ddee44342c4fb9c4e3daa4009c Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Tue, 20 May 2014 15:56:25 +0000 Subject: [PATCH] adding cCLASSDirectoryName & cDataDirectoryName string name git-svn-id: svn+ssh://svn.in2p3.fr/class@247 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/include/CLASSHeaders.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/trunk/include/CLASSHeaders.hxx b/source/trunk/include/CLASSHeaders.hxx index 1d5d08638..f573929ac 100755 --- a/source/trunk/include/CLASSHeaders.hxx +++ b/source/trunk/include/CLASSHeaders.hxx @@ -6,8 +6,8 @@ //CLASS library #include "CLASS.hxx" -#include "CLSSObject.hxx" -#include "CLSSFacility.hxx" +#include "CLASSObject.hxx" +#include "CLASSFacility.hxx" #include "Reactor.hxx" #include "Pool.hxx" #include "FabricationPlant.hxx" @@ -27,5 +27,7 @@ const ZAIMass cZAIMass; +const string cCLASSDirectoryName = getenv("CLASS_PATH"); +const string cDataDirectoryName = cCLASSDirectoryName + "/source/data/"; #endif -- GitLab