Skip to content

Commit

Permalink
Merge pull request #337 from gidden/niche
Browse files Browse the repository at this point in the history
niche for fuel fab and separations
  • Loading branch information
gidden committed May 5, 2015
2 parents bd51ba1 + 260104b commit 8b2a570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fuel_fab.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ namespace cycamore {
/// @endcode
class FuelFab : public cyclus::Facility {
#pragma cyclus note { \
"niche": "fabrication", \
"doc": \
"FuelFab takes in 2 streams of material and mixes them in ratios in order to" \
" supply material that matches some neutronics properties of reqeusted" \
Expand Down
1 change: 1 addition & 0 deletions src/separations.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ cyclus::Material::Ptr SepMaterial(std::map<int, double> effs,
/// room is again available in the output streams.
class Separations : public cyclus::Facility {
#pragma cyclus note { \
"niche": "separations", \
"doc": \
"Separations processes feed material into one or more streams containing" \
" specific elements and/or nuclides. It uses mass-based efficiencies." \
Expand Down

0 comments on commit 8b2a570

Please sign in to comment.