Skip to content

Commit

Permalink
fixed spacing issue in enrichment.h
Browse files Browse the repository at this point in the history
  • Loading branch information
aglenn2 committed Nov 11, 2016
1 parent 7fd37d5 commit d09c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enrichment.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class Enrichment : public cyclus::Facility {
"default": 1e299, "tooltip": "max inventory of feed material (kg)", \
"uilabel": "Maximum Feed Inventory", \
"uitype": "range", \
"range": [0.0, 1e299], \
"range": [0.0, 1e299], \
"doc": "maximum total inventory of natural uranium in " \
"the enrichment facility (kg)" \
}
Expand Down

0 comments on commit d09c55f

Please sign in to comment.