Skip to content

Commit 9c7c236

Browse files
committed
Fixed
1 parent 8b80725 commit 9c7c236

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/mesh/creator/catalan/test/TetrakisHexahedronTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ public void testFaceAngles() {
115115
}
116116
}
117117

118-
private double angleBetween(Vector3f a, Vector3f b) {
119-
return GeometryUtil.angleBetweenVectors(a, b);
120-
}
121-
122118
@Test
123119
public void testLongerEdgeLengths() {
124120
int expectedEdgeCount = 12;

0 commit comments

Comments
 (0)