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

add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@537 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 6d6f3617
No related branches found
No related tags found
No related merge requests found
......@@ -51,19 +51,14 @@ public :
/*!
Make a new SeparationPlant
\param log : used for the log.
\param separationtime duration of the SeparationPlant
*/
SeparationPlant(CLASSLogger* Log); //!<
SeparationPlant(CLASSLogger* Log);
//}
~SeparationPlant(); ///< Normal Destructor.
//@}
//********* Set Method *********//
/*!
......@@ -72,7 +67,7 @@ public :
//@{
void SetBackEndDestination(CLASSBackEnd* storagedestination, IsotopicVector isotopicvector, cSecond destinationstartingtime);
void SetBackEndDestination(CLASSBackEnd* storagedestination, IsotopicVector isotopicvector, cSecond destinationstartingtime); //!< Tell Separation plant to begin separation at time destinationstartingtime according efficiency (between [0-1]) defined in isotopicvector and to send the separated materials to storagedestination
void AddIV(IsotopicVector IV);
......@@ -109,21 +104,7 @@ public :
//@{
vector<cSecond> GetCoolingStartingTime() const
{ return GetIVArrayArrivalTime(); } //!< Return the vector of Cooling Sstarting Time
//@}
//********* Other Method *********//
//@}
/*!
\name Other Method
*/
//@{
{ return GetIVArrayArrivalTime(); } //!< Return the vector of Cooling starting Time
//@}
protected :
......
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