Skip to content
Snippets Groups Projects
Commit 6ff9f791 authored by BaM's avatar BaM
Browse files

cleaning SeparationPlant

git-svn-id: svn+ssh://svn.in2p3.fr/class@434 0e7d625b-0364-4367-a6be-d5be4a48d228
parent e206a749
No related branches found
No related tags found
No related merge requests found
...@@ -133,14 +133,7 @@ protected : ...@@ -133,14 +133,7 @@ protected :
bool fPutToWaste; //!< True if IV goes to waste after cooling false instead bool fPutToWaste; //!< True if IV goes to waste after cooling false instead
vector<CLASSBackEnd* > fDestinationStorage; //!< Vector containing destination storage of the IV in the Separation Plant vector<CLASSBackEnd* > fDestinationStorage; //!< Vector containing destination storage of the IV in the Separation Plant
vector<IsotopicVector > fDestinationStorageIV; //!< Vector containing destination storage of the IV in the Separation Plant vector<IsotopicVector > fDestinationStorageIV; //!< Vector containing destination storage of the IV in the Separation Plant
vector<cSecond> fDestinationStorageStartingTime; //!< Vector containing destination storage starting time of the IV in the Separation Plant vector<cSecond> fDestinationStorageStartingTime; //!< Vector containing destination storage starting time of the IV in the Separation Plant
//********* Isotopic Quantity *********//
//--------- Cooling ---------//
vector<int> fCoolingIndex; ///< Vector of the Cooling Index
int fCoolingLastIndex; //!< Number of Cooling IV Treated
vector<int> fCoolingEndOfCycle; //!< Index of the Cooling IV reaching the End of a Cooling Cycle
//********* Private Method *********// //********* Private Method *********//
......
...@@ -37,7 +37,6 @@ SeparationPlant::SeparationPlant(CLASSLogger* log):CLASSBackEnd(log, -2) ...@@ -37,7 +37,6 @@ SeparationPlant::SeparationPlant(CLASSLogger* log):CLASSBackEnd(log, -2)
fCycleTime = 0; fCycleTime = 0;
fIsStarted = false; fIsStarted = false;
fPutToWaste = true; fPutToWaste = true;
fCoolingLastIndex = 0;
fOutBackEndFacility = 0; fOutBackEndFacility = 0;
SetName("C_SeparationPlant."); SetName("C_SeparationPlant.");
......
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