Skip to content

Commit

Permalink
Disable mesh cleanup by default
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Sep 25, 2023
1 parent 99c7f29 commit f426a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splashsurf/src/reconstruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub struct ReconstructSubcommandArgs {
)]
pub particle_aabb_max: Option<Vec<f64>>,

/// Enable multi-threading to process multiple input files in parallel
/// 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)
#[arg(
help_heading = ARGS_ADV,
long = "mt-files",
Expand Down Expand Up @@ -222,7 +222,7 @@ pub struct ReconstructSubcommandArgs {
#[arg(
help_heading = ARGS_POSTPROC,
long,
default_value = "on",
default_value = "off",
value_name = "off|on",
ignore_case = true,
require_equals = true
Expand Down

0 comments on commit f426a04

Please sign in to comment.