From 32b8befb187796a5a51aaccd8715191aa0b613a9 Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Thu, 22 May 2014 08:34:17 +0000 Subject: [PATCH] correction on Classdef for CLASSBAckEnd, Pool and Stock git-svn-id: svn+ssh://svn.in2p3.fr/class@253 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/include/CLASSBackEnd.hxx | 2 +- source/trunk/include/CLASSObject.hxx | 1 + source/trunk/include/FabricationPlant.hxx | 2 +- source/trunk/include/Pool.hxx | 2 +- source/trunk/include/Reactor.hxx | 2 +- source/trunk/include/Storage.hxx | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/source/trunk/include/CLASSBackEnd.hxx b/source/trunk/include/CLASSBackEnd.hxx index 0b2eeb955..f829923aa 100644 --- a/source/trunk/include/CLASSBackEnd.hxx +++ b/source/trunk/include/CLASSBackEnd.hxx @@ -88,7 +88,7 @@ class CLASSBackEnd : public CLASSFacility bool fIsStorageType; //!< True if there is not OutBAckEndFacility (like a storage...) DecayDataBank* fDecayDataBase; //!< Pointer to the Decay DataBase - ClassDef(CLASSFacility,1); + ClassDef(CLASSBackEnd,2); }; #endif diff --git a/source/trunk/include/CLASSObject.hxx b/source/trunk/include/CLASSObject.hxx index aa5d8ae79..d9ad4f63d 100644 --- a/source/trunk/include/CLASSObject.hxx +++ b/source/trunk/include/CLASSObject.hxx @@ -50,6 +50,7 @@ public : private : LogFile* fLog; //!< Pointer to the Log bool fIsLog; //!< Set at true if a LogFile are define + ClassDef(CLASSObject,0); }; diff --git a/source/trunk/include/FabricationPlant.hxx b/source/trunk/include/FabricationPlant.hxx index f930441d9..fca5b5e68 100644 --- a/source/trunk/include/FabricationPlant.hxx +++ b/source/trunk/include/FabricationPlant.hxx @@ -189,7 +189,7 @@ protected : */ pair<IsotopicVector, IsotopicVector> Separation(IsotopicVector isotopicvector); //} - ClassDef(FabricationPlant,2); + ClassDef(FabricationPlant,3); }; diff --git a/source/trunk/include/Pool.hxx b/source/trunk/include/Pool.hxx index f7b1cb2dd..c497f6ab2 100755 --- a/source/trunk/include/Pool.hxx +++ b/source/trunk/include/Pool.hxx @@ -179,7 +179,7 @@ protected : - ClassDef(Pool,2); + ClassDef(Pool,3); }; #endif diff --git a/source/trunk/include/Reactor.hxx b/source/trunk/include/Reactor.hxx index a7dfc55aa..2c97e4d75 100755 --- a/source/trunk/include/Reactor.hxx +++ b/source/trunk/include/Reactor.hxx @@ -247,7 +247,7 @@ protected : double fHeavyMetalMass; ///< In tons double fBurnUp; ///< In GWd/tHM - ClassDef(Reactor,2); + ClassDef(Reactor,3); }; diff --git a/source/trunk/include/Storage.hxx b/source/trunk/include/Storage.hxx index aac247b85..61d348a25 100644 --- a/source/trunk/include/Storage.hxx +++ b/source/trunk/include/Storage.hxx @@ -156,7 +156,7 @@ protected : - ClassDef(Storage,2); + ClassDef(Storage,3); }; #endif -- GitLab