From e780ef68c37494e47cb0b7e7f7e70f35074f70d3 Mon Sep 17 00:00:00 2001 From: "robbberto88@gmail.com" Date: Fri, 24 Feb 2023 13:47:04 -0500 Subject: [PATCH] fix a default value for the restarter app --- docs/source_docs/inputs/InputsPICtoDEM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/inputs/InputsPICtoDEM.rst b/docs/source_docs/inputs/InputsPICtoDEM.rst index 63a46d3..e2e5be5 100644 --- a/docs/source_docs/inputs/InputsPICtoDEM.rst +++ b/docs/source_docs/inputs/InputsPICtoDEM.rst @@ -64,7 +64,7 @@ The following inputs must be preceded by "amr". | | geometry checkpoint file for the DEM | | | | | refined case | | | +-------------------------------+--------------------------------------+--------+---------+ -| refined_geom_chk_read | Flag to turn on/off reading the EB | bool | true | +| refined_geom_chk_read | Flag to turn on/off reading the EB | bool | false | | | geometry checkpoint file for the DEM | | | | | refined case | | | +-------------------------------+--------------------------------------+--------+---------+ -- GitLab