From 6bc28c7c8fba4b8d791988888ab39369b7f85b15 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Thu, 19 Feb 2026 13:20:34 -0600 Subject: [PATCH] correct comment about fixed_dt --- docs/source_docs/user_guide/inputs/model_options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/model_options.rst b/docs/source_docs/user_guide/inputs/model_options.rst index 2775c3c..7a473ec 100644 --- a/docs/source_docs/user_guide/inputs/model_options.rst +++ b/docs/source_docs/user_guide/inputs/model_options.rst @@ -83,7 +83,7 @@ The following input is defined using the prefix ``mfix``: | | | | | | | * Defaults to 0.5 if ``mfix.advection_type = MOL`` | | | | | * Defaults to 0.9 if ``mfix.advection_type = Godunov`` | | | -| | * ignored if ``mfix.fixed_dt = 1`` | | | +| | * Ignored if ``mfix.fixed_dt > 0`` | | | +---------------------------------+----------------------------------------------------------------------------+-------------+---------------------+ | redistribution_type | Algorithms to address the *'small cell problem'* associated with | String | StateRedist | | | explicit cut-cell algorithms. | | | -- GitLab