Skip to content

Commit efff6d4

Browse files
committed
Fixed
1 parent 6316cad commit efff6d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import static org.junit.jupiter.api.Assertions.assertEquals;
66

77
import java.util.List;
8-
import java.util.Vector;
98

109
import org.junit.jupiter.api.BeforeEach;
1110
import org.junit.jupiter.api.Test;
@@ -116,7 +115,7 @@ public void testFaceAngles() {
116115
}
117116
}
118117

119-
private float angleBetween(Vector3f a, Vector3f b) {
118+
private double angleBetween(Vector3f a, Vector3f b) {
120119
return GeometryUtil.angleBetweenVectors(a, b);
121120
}
122121

0 commit comments

Comments
 (0)