Skip to content

Commit

Permalink
updated sink metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aglenn2 committed Nov 4, 2016
1 parent c1dca98 commit 6144398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class Sink : public cyclus::Facility {
#pragma cyclus var {"default": 1e299, \
"tooltip": "sink capacity", \
"uilabel": "Maximum Throughput", \
"uitype": "range" \
"uitype": "range", \
"range": [0.0, 1e299], \
"doc": "capacity the sink facility can " \
"accept at each time step"}
Expand Down

0 comments on commit 6144398

Please sign in to comment.