Skip to content

Commit

Permalink
Merge pull request #99 from JuliaReach/schillic/exports
Browse files Browse the repository at this point in the history
Reorder exports
  • Loading branch information
schillic authored Apr 5, 2024
2 parents d3cefa3 + 9465003 commit 9d0124c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SpaceExParser.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module SpaceExParser

export readsxmodel, writesxmodel

#=========================================
Load dependencies
=========================================#
Expand All @@ -10,7 +12,6 @@ using EzXML, HybridSystems, LazySets, MathematicalSystems, SymEngine
#=========================
Input/Output functions
==========================#
export readsxmodel
include("io.jl")

#====================
Expand All @@ -27,7 +28,6 @@ include("symbolic.jl")
#==========================
Writing systems to new file
===========================#
export writesxmodel
include("write.jl")

end # module

0 comments on commit 9d0124c

Please sign in to comment.