Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit aaf9513

Browse files
committed
change test param
1 parent ae528e7 commit aaf9513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/tests/friction/friction_data_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ SmoothFrictionData smooth_friction_data_generator_3d()
165165
barrier_stiffness = 1.;
166166
#else
167167
epsv_times_h = 1.; // pow(10, GENERATE(range(-6, 0, 2)));
168-
dhat = 1e-1; // pow(10, GENERATE(range(-4, 0, 2)));
168+
dhat = 1e-2; // pow(10, GENERATE(range(-4, 0, 2)));
169169
barrier_stiffness = 1.; // 100;
170170
#endif
171171

0 commit comments

Comments
 (0)