Skip to content

Commit e073fa8

Browse files
committed
fix 1.6
1 parent 34160dc commit e073fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/geometrytypes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ end
381381
@test all(n_i -> n_i [0.0,0.0,1.0], n)
382382

383383
# Non-planar NgonFace (6 sided), features equal up and down variations resulting in z-dir average face_normal
384-
t = range(0.0,2*pi-(2*pi)/6,6)
384+
t = range(0.0, 2*pi-(2*pi)/6, length = 6)
385385
v = [Point{3,Float64}(cos(t[i]),sin(t[i]),iseven(i)) for i in eachindex(t)]
386386
f = [NgonFace{6,Int}(1,2,3,4,5,6)]
387387
n = normals(v,f)

0 commit comments

Comments
 (0)