Skip to content

Commit

Permalink
remove duplicated output
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMontanari committed Feb 16, 2025
1 parent 5f8f00e commit 20a92ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ main() {
dx = s.witnesses[0][0] - s.witnesses[1][0];
dy = s.witnesses[0][1] - s.witnesses[1][1];
dz = s.witnesses[0][2] - s.witnesses[1][2];
printf("Distance between witnesses %f\n", sqrt(dx * dx + dy * dy + dz * dz));

/* Free memory */
for (int i = 0; i < bd1.numpoints; i++) {
Expand Down

0 comments on commit 20a92ac

Please sign in to comment.