Skip to content

Commit

Permalink
Add Sulzer SMX to list of tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
markriegler committed Nov 14, 2024
1 parent 4c3a15f commit 95965f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions splinepy/microstructure/tiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
)
from splinepy.microstructure.tiles.inverse_cross_3d import InverseCross3D
from splinepy.microstructure.tiles.snappy import Snappy
from splinepy.microstructure.tiles.sulzersmx import SulzerSMX
from splinepy.microstructure.tiles.tile_base import TileBase
from splinepy.utils import log as _log

Expand Down Expand Up @@ -66,6 +67,7 @@
"HollowOctagonExtrude",
"InverseCross3D",
"Snappy",
"SulzerSMX",
"TileBase",
"by_dim",
"everything",
Expand Down

0 comments on commit 95965f4

Please sign in to comment.