From f7da6a381acc60333da967b8a2090147be1f902c Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:08:24 -0400 Subject: [PATCH] replace CY_LARGE_INT in doc --- src/sink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { \