From ac34b556940859dc161960a6de9d31d13a9fdd5a Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Thu, 10 Nov 2016 16:17:17 -0500 Subject: [PATCH] gotta watch those newlines (#440) Merging --- src/sink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sink.h b/src/sink.h index 7e163c4e00..a88335b307 100644 --- a/src/sink.h +++ b/src/sink.h @@ -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", \