Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Sep 20, 2023
1 parent 1d3b000 commit 591e311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gplugins/gmsh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
map_unique_layer_stack_z,
order_layer_stack,
)
from gplugins.gmsh.get_mesh import get_mesh
from gplugins.gmsh.get_mesh import create_physical_mesh, get_mesh
from gplugins.gmsh.uz_xsection_mesh import (
get_u_bounds_layers,
get_u_bounds_polygons,
Expand All @@ -29,5 +29,6 @@
"round_coordinates",
"uz_xsection_mesh",
"xy_xsection_mesh",
"create_physical_mesh",
]
__version__ = "0.0.2"

0 comments on commit 591e311

Please sign in to comment.