Skip to content

Commit 92d4d04

Browse files
authored
Initial bindings for jigsaw-0.9.12.xx
- Bug-fix: spelling in loadmsh.
1 parent 36d9334 commit 92d4d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jigsawpy/loadmsh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def loadmsh(name, mesh):
705705
break
706706

707707
if (mesh.mshID.lower() in
708-
["eucliden-grid", "ellipsoid-grid"]):
708+
["euclidean-grid", "ellipsoid-grid"]):
709709

710710
mesh.value = \
711711
sanitise_grid(mesh, mesh.value)

0 commit comments

Comments
 (0)