Skip to content

Commit

Permalink
replace CY_LARGE_INT in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Jul 21, 2024
1 parent e601fd3 commit f7da6a3
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 @@ -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 { \
Expand Down

0 comments on commit f7da6a3

Please sign in to comment.