From 989259e8419a8688b30644ce8406c5d2059ad924 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Fri, 10 May 2019 12:40:17 -0700 Subject: [PATCH] Fix typo re max_level. --- docs/source/EBWalls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/EBWalls.rst b/docs/source/EBWalls.rst index 07e3995..2f5373e 100644 --- a/docs/source/EBWalls.rst +++ b/docs/source/EBWalls.rst @@ -73,7 +73,7 @@ the level-set creation: +-------------------------------+------------------------------------------------+ | Parameter | Description | +===============================+================================================+ -| ``amr.max_level`` | If greater than 1, MFiX operates in multi-level| +| ``amr.max_level`` | If greater than 0, MFiX operates in multi-level| | | mode. The level-set grids follow all other | | | grids. If equal to 1, the level-set has two | | | levels (one additional level with higher | -- GitLab