Skip to content

Commit

Permalink
Expose co-ordinate conversion pairs to module top level
Browse files Browse the repository at this point in the history
  • Loading branch information
NauticalMile64 committed Jun 21, 2022
1 parent 73abf95 commit 2eab784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockmeshbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .blockstructures import *
from .blockelements import cart_to_cart, cyl_to_cart, cart_to_cyl, Point, ArcEdge, SplineCurvedEdge, \
PolyLineCurvedEdge, BSplineCurvedEdge, ProjectionEdge
from .blockelements import cart_to_cart, cyl_to_cart, cart_to_cyl, cart_conv_pair, cyl_conv_pair, Point, ArcEdge, \
SplineCurvedEdge, PolyLineCurvedEdge, BSplineCurvedEdge, ProjectionEdge
from .zone_tags import ZoneTag
from .boundary_tags import BoundaryTag
from .grading import SimpleGradingElement, MultiGradingElement, get_grading_info, uniformGradingElement
Expand Down

0 comments on commit 2eab784

Please sign in to comment.