Skip to content

Commit

Permalink
reorder exports
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 12, 2024
1 parent 525cec7 commit 63c45d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/MathematicalSets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ Topological properties of sets
==============================#
include("topological.jl")

export dimension,
space_dimension

#==============================
Metric properties of sets
==============================#
include("metric.jl")

export surface_area,
export dimension,
space_dimension,
surface_area,
volume

end # module

0 comments on commit 63c45d4

Please sign in to comment.