Skip to content

Commit

Permalink
(re)move exports
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Dec 12, 2019
1 parent e46fc1a commit cc4097f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Sets/VPolytope.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export VPolytope,
cartesian_product,
linear_map,
remove_redundant_vertices,
minkowski_sum
minkowski_sum,
tohrep,
tovrep

"""
VPolytope{N<:Real} <: AbstractPolytope{N}
Expand Down Expand Up @@ -555,10 +557,6 @@ function load_polyhedra_vpolytope() # function to be loaded by Requires
return quote
# see the interface file AbstractPolytope.jl for the imports

export vertices_list,
tohrep,
tovrep

# VPolytope from a VRep
function VPolytope(P::VRep{N}) where {N}
vertices = Vector{Vector{N}}()
Expand Down

0 comments on commit cc4097f

Please sign in to comment.