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

Commit 0ba4e7c

Browse files
committed
fix warning
1 parent 2aded9d commit 0ba4e7c

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
@@ -247,7 +247,7 @@ SmoothFrictionData<3> smooth_friction_data_generator_3d()
247247

248248
igl::edges(F, E);
249249

250-
int e0, e1;
250+
int e0 = E.rows(), e1 = E.rows();
251251
for (int e = 0; e < E.rows(); e++)
252252
{
253253
if (std::min(E(e, 0), E(e, 1)) == 0 &&

0 commit comments

Comments
 (0)