Skip to content

Commit 9e5f396

Browse files
committed
remove comment
1 parent 98ab606 commit 9e5f396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry_primitives.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ end
112112

113113
function normals(vertices::AbstractVector{<:AbstractPoint{3,T}}, faces::AbstractVector{F},
114114
::Type{N}) where {T,F<:NgonFace,N}
115-
normals_result = zeros(N, length(vertices)) # initilize with same type as verts but with 0
115+
normals_result = zeros(N, length(vertices))
116116
for face in faces
117117
v = metafree.(vertices[face])
118118
# we can get away with two edges since faces are planar.

0 commit comments

Comments
 (0)