Skip to content

Commit f426a04

Browse files
committed
Disable mesh cleanup by default
1 parent 99c7f29 commit f426a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splashsurf/src/reconstruction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub struct ReconstructSubcommandArgs {
9494
)]
9595
pub particle_aabb_max: Option<Vec<f64>>,
9696

97-
/// Enable multi-threading to process multiple input files in parallel
97+
/// Enable multi-threading to process multiple input files in parallel (NOTE: Currently, the subdomain-grid domain decomposition approach and some post-processing functions including interpolation do not have sequential versions and therefore do not work well with this option enabled)
9898
#[arg(
9999
help_heading = ARGS_ADV,
100100
long = "mt-files",
@@ -222,7 +222,7 @@ pub struct ReconstructSubcommandArgs {
222222
#[arg(
223223
help_heading = ARGS_POSTPROC,
224224
long,
225-
default_value = "on",
225+
default_value = "off",
226226
value_name = "off|on",
227227
ignore_case = true,
228228
require_equals = true

0 commit comments

Comments
 (0)