Skip to content

Commit

Permalink
Update method name from camelCase to snake_case (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Aug 1, 2024
1 parent 3006055 commit 79113bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skgmsh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def frontal_delaunay_2d(
gmsh.model.mesh.embed(0, embedded_points, 2, 1)

if recombine:
gmsh.model.mesh.setRecombine(2, 1)
gmsh.model.mesh.set_recombine(2, 1)

gmsh.model.mesh.generate(2)
mesh = pv.from_meshio(extract_to_meshio())
Expand Down

0 comments on commit 79113bb

Please sign in to comment.