Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 662768b4 authored by frey_m's avatar frey_m
Browse files

AMR: fix typo in table

parent 75eebdd2
No related branches found
No related tags found
No related merge requests found
...@@ -504,11 +504,11 @@ provided by `AMR_TAGGING`. The various mesh refinement methods are provided in ...@@ -504,11 +504,11 @@ provided by `AMR_TAGGING`. The various mesh refinement methods are provided in
|`AMR_MAXLEVEL` |Maximum adaptive mesh refinement level (single level if |`AMR_MAXLEVEL` |Maximum adaptive mesh refinement level (single level if
`AMR_MAXLEVEL` is zero) `AMR_MAXLEVEL` is zero)
|`AMR_REFX` |Grid cell refinement ratio in x, only `AMR_REFX=2 is tested` |`AMR_REFX` |Grid cell refinement ratio in x, only `AMR_REFX=2` is tested
|`AMR_REFY` |Grid cell refinement ratio in y, only `AMR_REFY=2 is tested` |`AMR_REFY` |Grid cell refinement ratio in y, only `AMR_REFY=2` is tested
|`AMR_REFZ` |Grid cell refinement ratio in z, only `AMR_REFZ=2 is tested` |`AMR_REFZ` |Grid cell refinement ratio in z, only `AMR_REFZ=2` is tested
|`AMR_MAXGRIDX` |Maximum grid size of base level in x. It has to be smaller than |`AMR_MAXGRIDX` |Maximum grid size of base level in x. It has to be smaller than
`MX` when running in parallel `MX` when running in parallel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment