Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CLASS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sens
CLASS
Commits
6ff9f791
Commit
6ff9f791
authored
10 years ago
by
BaM
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/branches/CLASSV3/include/SeparationPlant.hxx
+1
-8
1 addition, 8 deletions
source/branches/CLASSV3/include/SeparationPlant.hxx
source/branches/CLASSV3/src/SeparationPlant.cxx
+0
-1
0 additions, 1 deletion
source/branches/CLASSV3/src/SeparationPlant.cxx
with
1 addition
and
9 deletions
source/branches/CLASSV3/include/SeparationPlant.hxx
+
1
−
8
View file @
6ff9f791
...
@@ -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 *********//
...
...
This diff is collapsed.
Click to expand it.
source/branches/CLASSV3/src/SeparationPlant.cxx
+
0
−
1
View file @
6ff9f791
...
@@ -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."
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment