fix radius calculation skipping pieces (#1149)

This commit is contained in:
Julian Krings 2025-01-22 22:47:28 +01:00 committed by GitHub
parent b37ccbdf01
commit 4f6da95d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ public class IrisJigsawStructure extends IrisRegistrant {
} }
} }
} }
pieces.addIfMissing(p);
} }
public int getMaxDimension() { public int getMaxDimension() {