From 5c1c6dd830e8e29349325e4210569d78187fcd38 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Fri, 7 Jun 2013 08:16:00 +0000 Subject: [PATCH] Removing DBLG... & Define.hxx git-svn-id: svn+ssh://svn.in2p3.fr/class@103 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/include/CLASS.hxx | 14 +++++++------- source/trunk/include/Defines.hxx | 15 --------------- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100755 source/trunk/include/Defines.hxx diff --git a/source/trunk/include/CLASS.hxx b/source/trunk/include/CLASS.hxx index 8cd4313fb..707f38ce1 100755 --- a/source/trunk/include/CLASS.hxx +++ b/source/trunk/include/CLASS.hxx @@ -68,7 +68,7 @@ public : //********* Add Method *********// - void AddPool(Pool* Pool); ///< Add A TF to the Park + void AddPool(Pool* Pool); ///< Add A TF to the Park void AddReactor(Reactor* reactor); ///< Add a Reactor to the Park void AddStorage(Storage* storage); ///< Add a Storage to the Park void AddFabricationPlant(FabricationPlant* fabricationplant); ///< Add a Storage to the Park @@ -79,12 +79,12 @@ public : //********* Evolution Method *********// - void BuildTimeVector(cSecond t); ///< Build the Time Evolution Vector - void Evolution(double t); ///< Do the Evolution - void PoolEvolution(); ///< Do TF Evolution - void ReactorEvolution(); ///< Do the Reactor Evolution - void FabricationPlantEvolution(); ///< Do the FabricationPlant Evolution - void StorageEvolution(); ///< Do the Storage Evolution + void BuildTimeVector(cSecond t); ///< Build the Time Evolution Vector + void Evolution(double t); ///< Do the Evolution + void PoolEvolution(); ///< Do TF Evolution + void ReactorEvolution(); ///< Do the Reactor Evolution + void FabricationPlantEvolution(); ///< Do the FabricationPlant Evolution + void StorageEvolution(); ///< Do the Storage Evolution diff --git a/source/trunk/include/Defines.hxx b/source/trunk/include/Defines.hxx deleted file mode 100755 index d34d674a8..000000000 --- a/source/trunk/include/Defines.hxx +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef DEFINES_H -#define DEFINES_H 1 - -//#define DEBUG - -#ifdef DEBUG -#define DBGL cout << __FILE__ << ":" << __LINE__ << "[" << __FUNCTION__ << "]" << endl; -#define DBGV(x) cout << __FILE__ << ":" << __LINE__ << "[" << __FUNCTION__ << "]" #x "='" << x << endl; -#else -#define DBGL -#define DBGV(x) -#endif - - -#endif -- GitLab