From 5413c1e53c315038301dc89d67ee29d1188ff082 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Fri, 28 Nov 2014 13:56:32 +0000 Subject: [PATCH] git-svn-id: svn+ssh://svn.in2p3.fr/class@448 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/CLASSV3/include/IrradiationModel.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/branches/CLASSV3/include/IrradiationModel.hxx b/source/branches/CLASSV3/include/IrradiationModel.hxx index a3f726cec..d18acfdc3 100644 --- a/source/branches/CLASSV3/include/IrradiationModel.hxx +++ b/source/branches/CLASSV3/include/IrradiationModel.hxx @@ -134,7 +134,7 @@ class IrradiationModel : public CLASSObject void BuildDecayMatrix(); ///w Build the Decay Matrix for the futur evolution... - + void NuclearDataInitialization(); //Build Decay matrices & read FpYields if any //@} @@ -165,7 +165,8 @@ class IrradiationModel : public CLASSObject map<ZAI, IsotopicVector> fSpontaneusYield; ///< Store the Spontaneus fission yield map<ZAI, IsotopicVector> fReactionYield; ///< Store the reaction fission yield - + string fSpontaneusYieldFile; ///< Store the Spontaneus fission yield + string fReactionYieldFile; ///< Store the reaction fission yield map<ZAI, int> findex_inver; ///< correspondance matrix from ZAI to the column (or line) of the different Reaction/Decay matrix map<int, ZAI> findex; ///< correspondance matrix from the column (or line) of the different Reaction/Decay matrix to the ZAI -- GitLab