From aadbacc13fe86c819a8c63608d9ef9169ceb0e77 Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Wed, 4 Feb 2015 13:57:17 +0000
Subject: [PATCH] add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@537 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/include/SeparationPlant.hxx | 25 +++---------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/source/trunk/include/SeparationPlant.hxx b/source/trunk/include/SeparationPlant.hxx
index 486a4068b..3cda64e33 100644
--- a/source/trunk/include/SeparationPlant.hxx
+++ b/source/trunk/include/SeparationPlant.hxx
@@ -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 :
-- 
GitLab