Skip to content

Commit

Permalink
Change help string
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Aug 31, 2023
1 parent f11f096 commit f196a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splashsurf/src/reconstruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f196a14

Please sign in to comment.