Skip to content

Commit 7a85cdc

Browse files
committed
Minor cleanup to exports
1 parent 2ce47c3 commit 7a85cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CoordinateTransformations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export SphericalFromCartesian, CartesianFromSpherical,
2424
CylindricalFromSpherical, SphericalFromCylindrical
2525

2626
# Common transformations
27-
export AbstractAffineMap, AbstractLinearMap, AbstractTranslation
28-
export AffineMap, LinearMap, Translation, transformation_matrix, translation_vector, translation_vector_reverse
27+
export AbstractAffineMap
28+
export AffineMap, LinearMap, Translation
2929

3030
include("core.jl")
3131
include("coordinatesystems.jl")

0 commit comments

Comments
 (0)