Skip to content
Snippets Groups Projects
Commit f7e12404 authored by Doligez's avatar Doligez
Browse files

Modif des source/include pour enlever les warning de compil dans la création des dictionnaires root

parent 0a78ada0
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,8 @@ class DecayDataBank : public CLASSObject
map<ZAI, EvolutionData> fDecayDataBank; ///< DataBank map
string fDataBaseIndex; ///< Name of the index
private :
ClassDef(CLASSObject,1);
};
......
......@@ -184,7 +184,7 @@ class ReactorScheduler : public CLASSObject
private :
map< cSecond, ScheduleEntry* > fReactorSchedulerMap; ///< Get the reactor scheduler map
ClassDef(CLASSObject,1);
};
#endif
......
......@@ -366,6 +366,8 @@ protected :
double fParcPower; ///< Sum of the Power of all reactor in the parc
double fParcElectricPower; ///< Sum of the Power of all reactor in the parc
ClassDef(CLASSObject,0);
};
......
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