Skip to content

Commit

Permalink
comparison with nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 13, 2018
1 parent d5111c8 commit b1168e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decompose.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function fulldecompose(poly::Polyhedron{3}, ::Type{T}) where T
end
end

if line != nothing
if line !== nothing
if isempty(face_vert)
center = zeros(T, 3)
else
Expand Down

0 comments on commit b1168e9

Please # to comment.