We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11f096 commit f196a14Copy full SHA for f196a14
splashsurf/src/reconstruction.rs
@@ -22,7 +22,7 @@ use arguments::*;
22
static ARGS_IO: &str = "Input/output";
23
static ARGS_BASIC: &str = "Numerical reconstruction parameters";
24
static ARGS_ADV: &str = "Advanced parameters";
25
-static ARGS_OCTREE: &str = "Octree (domain decomposition) parameters";
+static ARGS_OCTREE: &str = "Domain decomposition (octree or grid) parameters";
26
static ARGS_DEBUG: &str = "Debug options";
27
static ARGS_INTERP: &str = "Interpolation";
28
static ARGS_POSTPROC: &str = "Postprocessing";
0 commit comments