Skip to content

Commit

Permalink
posted new function allexamples()
Browse files Browse the repository at this point in the history
  • Loading branch information
apaoluzzi committed Jul 20, 2019
1 parent eac9f63 commit bf04816
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/allexamples.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
function allexamples()
include("Convex.jl")
include("Convex2d.jl")
include("Grid.jl")
include("Mesh.jl")
include("numbering.jl")
include("Points.jl")
include("Polygon.jl")
include("Polyhedron.jl")
include("Text.jl")
end

allexamples()

0 comments on commit bf04816

Please sign in to comment.