Skip to content

Commit

Permalink
#58 - missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Dec 15, 2017
1 parent be545f8 commit 189a0d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Box.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Base.LinAlg:norm,
Base.∈

export Box
export Box,
radius_b

"""
Box{N<:Real} <: PointSymmetric_Polytopic{N}
Expand Down
3 changes: 2 additions & 1 deletion src/PointSymmetric.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export PointSymmetric
export PointSymmetric,
center

"""
PointSymmetric{N<:Real} <: LazySet
Expand Down
4 changes: 3 additions & 1 deletion src/PointSymmetric_Polytopic.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export PointSymmetric_Polytopic,
vertices_list
center,
vertices_list,
singleton_list

"""
PointSymmetric_Polytopic{N<:Real} <: PointSymmetric{N}
Expand Down

0 comments on commit 189a0d1

Please sign in to comment.