Skip to content

Commit

Permalink
Update README.rst to fix a minor typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jul 20, 2024
1 parent dde3250 commit 4c4be59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To tetrahedralize a surface mesh from `PyVista <https://docs.pyvista.org>`_:
# Convert the surface mesh to a tetrahedral mesh. For this example let's
# use a coarse mesh
tetrahedral_mesh = pytetwild.tetrahedralize_pv(surface_mesh, edge_length_fac=1))
tetrahedral_mesh = pytetwild.tetrahedralize_pv(surface_mesh, edge_length_fac=1)
# Visualize the tetrahedral mesh in an "exploded" view
tetrahedral_mesh.explode(1).plot(show_edges=True)
Expand Down

0 comments on commit 4c4be59

Please sign in to comment.