From 927c329584d4b168f2e01b21c43ce25c8d27d019 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Wed, 25 Feb 2026 16:05:18 -0600 Subject: [PATCH] typo --- docs/source_docs/user_guide/inputs/gridding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/gridding.rst b/docs/source_docs/user_guide/inputs/gridding.rst index be6c52a..c8eff24 100644 --- a/docs/source_docs/user_guide/inputs/gridding.rst +++ b/docs/source_docs/user_guide/inputs/gridding.rst @@ -133,7 +133,7 @@ mesh refinement algorithm and are only applicable when ``amr.max_level > 0``. | | specified per-level. | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ | ref_ratio_vect | If specified, sets thee refinement ratios between AMR levels. It's an | Ints | | -| | error if the size of the integer array, if presetn, is less than | | | +| | error if the size of the integer array, if present, is less than | | | | | ``max_level*3``. The first three numbers specify the refinement ratios| | | | | in three dimensions between levels 0 and 1, the next three numbers | | | | | specify the ratios for levels 1 and 2, etc. | | | -- GitLab