Skip to content

Commit 590c171

Browse files
committed
Fix comments
1 parent 1a50a48 commit 590c171

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
@@ -242,7 +242,7 @@ pub struct ReconstructSubcommandArgs {
242242
/// Maximum allowed angle (in degrees) between triangle normals to merge them to a quad
243243
#[arg(help_heading = ARGS_POSTPROC, long, default_value = "10")]
244244
pub quad_max_normal_angle: f64,
245-
/// Maximum allowed vertex interior angle (in degrees) inside of a quad to merge two triangles to a quad
245+
/// Maximum allowed vertex interior angle (in degrees) inside a quad to merge two triangles to a quad
246246
#[arg(help_heading = ARGS_POSTPROC, long, default_value = "135")]
247247
pub quad_max_interior_angle: f64,
248248

@@ -266,7 +266,7 @@ pub struct ReconstructSubcommandArgs {
266266
requires = "mesh_aabb_min",
267267
)]
268268
pub mesh_aabb_max: Option<Vec<f64>>,
269-
/// Enable clamping of vertices outside of the specified mesh AABB to the AABB (only has an effect if mesh-aabb-min/max are specified)
269+
/// Enable clamping of vertices outside the specified mesh AABB to the AABB (only has an effect if mesh-aabb-min/max are specified)
270270
#[arg(
271271
help_heading = ARGS_POSTPROC,
272272
long,

0 commit comments

Comments
 (0)