Skip to content

Commit 1c0a0e4

Browse files
committed
Use all the new Core types in GeometryOps
1 parent 40dce17 commit 1c0a0e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GeometryOps.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module GeometryOps
55
import GeometryOpsCore
66
import GeometryOpsCore:
77
TraitTarget,
8-
Manifold, Planar, Spherical, Geodesic,
8+
Manifold, Planar, Spherical, Geodesic, AutoManifold, WrongManifoldException,
9+
Algorithm, AutoAlgorithm, ManifoldIndependentAlgorithm, SingleManifoldAlgorithm, NoAlgorithm,
910
BoolsAsTypes, True, False, booltype,
1011
apply, applyreduce,
1112
flatten, reconstruct, rebuild, unwrap, _linearring,

0 commit comments

Comments
 (0)