Skip to content

Commit

Permalink
gotta watch those newlines (#440)
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
scopatz authored and FlanFlanagan committed Nov 10, 2016
1 parent cbd2741 commit ac34b55
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 @@ -125,7 +125,7 @@ class Sink : public cyclus::Facility {
double max_inv_size;

/// monthly acceptance capacity
#pragma cyclus var {"default": 1e299, \
#pragma cyclus var {"default": 1e299, \
"tooltip": "sink capacity", \
"uilabel": "Maximum Throughput", \
"uitype": "range", \
Expand Down

0 comments on commit ac34b55

Please sign in to comment.