Skip to content

Commit d4b2e7a

Browse files
committed
default bend param 10.0
1 parent 0f808a4 commit d4b2e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ pub struct Args {
348348
// This bending stiffness not scaled by the density.
349349
// If you change the density, you need to adjust this value accordingly.
350350
// This behavior also change by the material thickness.
351-
#[clap(long, default_value_t = 1.0)]
351+
#[clap(long, default_value_t = 10.0)]
352352
pub bend: f32,
353353

354354
// Name: Bend Stiffness for Rods

0 commit comments

Comments
 (0)