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

Commit e38e637

Browse files
committed
for new experimental branch
1 parent abe1d5c commit e38e637

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ipc/collisions/normal/normal_collisions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ double NormalCollisions::compute_minimum_distance(
361361

362362
// ============================================================================
363363

364+
// ============================================================================
365+
364366
// NOTE: Actually distance squared
365367
double NormalCollisions::compute_avg_distance(
366368
const CollisionMesh& mesh,
@@ -416,6 +418,7 @@ double NormalCollisions::compute_avg_distance(
416418
}
417419

418420
// ============================================================================
421+
419422
size_t NormalCollisions::size() const
420423
{
421424
return vv_collisions.size() + ev_collisions.size() + ee_collisions.size()

0 commit comments

Comments
 (0)