Skip to content
Snippets Groups Projects
Commit 7a1d9a37 authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@518 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 7ee2ace7
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,12 @@ class DecayDataBank; ...@@ -21,9 +21,12 @@ class DecayDataBank;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
/*! /*!
Define a Storage. Define a Storage object
The aim of this class is to deal the store used fuel after the cooling dealing the evolution of all radiaoactive nuclei. 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 @author BaM
@version 2.0 @version 2.0
*/ */
...@@ -124,7 +127,7 @@ public : ...@@ -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 : ...@@ -139,8 +142,8 @@ public :
/// Write the Isotope composition of all IsotopicVector stored. /// Write the Isotope composition of all IsotopicVector stored.
/*! /*!
Make a new reactor Make a new reactor
\param filenam CLASSLogger used for the log. \param filename : 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 date : only use to write a date in the file
*/ */
void Write(string filename,cSecond date = -1); void Write(string filename,cSecond date = -1);
//} //}
......
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