Skip to content

Commit

Permalink
Merge pull request #365 from gidden/enr
Browse files Browse the repository at this point in the history
Enr
  • Loading branch information
Paul Wilson committed Jun 3, 2015
2 parents a6f7af1 + 76667a6 commit e05835f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion input/physor/1_Enrichment_2_Reactor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<feed_recipe>natl_u</feed_recipe>
<product_commod>enriched_u</product_commod>
<tails_commod>ef_tails</tails_commod>
<tails_assay>0.003</tails_assay>
<swu_capacity>10.01</swu_capacity>
<initial_feed>1e5</initial_feed>
</Enrichment>
Expand Down
2 changes: 1 addition & 1 deletion src/enrichment.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class Enrichment : public cyclus::Facility {
}
std::string tails_commod;
#pragma cyclus var { \
"default": 0.03, "tooltip": "tails assay", \
"default": 0.003, "tooltip": "tails assay", \
"uilabel": "Tails Assay", \
"doc": "tails assay from the enrichment process", \
}
Expand Down

0 comments on commit e05835f

Please sign in to comment.