From fdca7b7cb391865369eba7db9537be7571568c09 Mon Sep 17 00:00:00 2001 From: Elias Carvalho Date: Tue, 12 Nov 2024 17:51:50 -0300 Subject: [PATCH] Remove comments --- src/pointification.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pointification.jl b/src/pointification.jl index 15e096b7c..c45f82164 100644 --- a/src/pointification.jl +++ b/src/pointification.jl @@ -16,7 +16,6 @@ function pointify end pointify(p::Primitive) = pointify(boundary(p)) -# collect is necessary because CircularVector doesn't work with SVector pointify(p::Polytope) = collect(vertices(p)) pointify(m::Multi) = pointify(parent(m))