Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CLASS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
BaM
CLASS
Commits
2252dee7
Commit
2252dee7
authored
8 years ago
by
Nico
Committed by
BaM
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Try to get ReactorScheduler Information in post processing...
parent
85b885cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/include/Reactor.hxx
+2
-2
2 additions, 2 deletions
source/include/Reactor.hxx
with
2 additions
and
2 deletions
source/include/Reactor.hxx
+
2
−
2
View file @
2252dee7
...
...
@@ -301,8 +301,6 @@ class Reactor : public CLASSFacility
IsotopicVector
fIVBeginCycle
;
///< Fuel IV at the beginning of a cycle
IsotopicVector
fIVInCycle
;
///< IVBegin add at the beginning of the cycle
IsotopicVector
fIVOutCycle
;
///< IV wich get out at the end of a cycle
ReactorScheduler
*
fReactorScheduler
;
///< Pointer to the ReactorScheduler
#ifndef __CINT__
EvolutionData
fEvolutionDB
;
//!< Pointer to the actual evolution DataBase
...
...
@@ -312,6 +310,8 @@ class Reactor : public CLASSFacility
FabricationPlant
*
fFabricationPlant
;
//!< Pointer to the FabricationPlant
Storage
*
fStorage
;
//!< Pointer to the Stock (only for reprocessing fuel in fixed base...)
ReactorScheduler
*
fReactorScheduler
;
//!< Pointer to the ReactorScheduler
#endif
//********* Unfixed Fuel Parameter *********//
...
...
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