diff --git a/src/sink.h b/src/sink.h index 5915377f4..0355d0e0e 100644 --- a/src/sink.h +++ b/src/sink.h @@ -254,7 +254,7 @@ class Sink "uitype": "range", \ "range": [1, CY_LARGE_INT], \ "doc": "When a random distribution is used to determine the " \ - "frequency of the request, this is the upper bound. Default CY_LARGE_INT (1e299)"} + f"frequency of the request, this is the upper bound. Default {CY_LARGE_INT} (CY_LARGE_INT)"} int random_frequency_max; #pragma cyclus var { \