From 7a1d9a37bc608c3143a6606b790e0b5ccc8e3214 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Fri, 30 Jan 2015 14:06:23 +0000 Subject: [PATCH] add comments git-svn-id: svn+ssh://svn.in2p3.fr/class@518 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/include/Storage.hxx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/source/trunk/include/Storage.hxx b/source/trunk/include/Storage.hxx index 580c22f18..b72cf3092 100644 --- a/source/trunk/include/Storage.hxx +++ b/source/trunk/include/Storage.hxx @@ -21,9 +21,12 @@ class DecayDataBank; //-----------------------------------------------------------------------------// /*! - Define a Storage. - The aim of this class is to deal the store used fuel after the cooling dealing the evolution of all radiaoactive nuclei. - + Define a Storage object + A Storage is a CLASSBackEnd facility. It is almost the same as a Pool with a + infinite cooling time. + A CLASSFacility can take IsotopicVector(s) contained in a Storage but a Storage + cannot send its content in other CLASSFacility (its a kind of passive facility) + @author BaM @version 2.0 */ @@ -124,7 +127,7 @@ public : */ //@{ - void Evolution(cSecond t); //!< Performe the evolution until the Time t + void Evolution(cSecond t); //!< Perform the evolution until time t //@} @@ -139,8 +142,8 @@ public : /// Write the Isotope composition of all IsotopicVector stored. /*! Make a new reactor - \param filenam CLASSLogger used for the log. - \param data only use to srite a date in the file, theyr is not treatment of the date in this method.... + \param filename : CLASSLogger used for the log. + \param date : only use to write a date in the file */ void Write(string filename,cSecond date = -1); //} -- GitLab