From f196a14c43a6712c343a2e93dee2fb26740b2f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20L=C3=B6schner?= Date: Thu, 31 Aug 2023 21:48:22 +0200 Subject: [PATCH] Change help string --- splashsurf/src/reconstruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splashsurf/src/reconstruction.rs b/splashsurf/src/reconstruction.rs index d263c08..b155c99 100644 --- a/splashsurf/src/reconstruction.rs +++ b/splashsurf/src/reconstruction.rs @@ -22,7 +22,7 @@ use arguments::*; static ARGS_IO: &str = "Input/output"; static ARGS_BASIC: &str = "Numerical reconstruction parameters"; static ARGS_ADV: &str = "Advanced parameters"; -static ARGS_OCTREE: &str = "Octree (domain decomposition) parameters"; +static ARGS_OCTREE: &str = "Domain decomposition (octree or grid) parameters"; static ARGS_DEBUG: &str = "Debug options"; static ARGS_INTERP: &str = "Interpolation"; static ARGS_POSTPROC: &str = "Postprocessing";