Closed
Description
PR #42 updated the GeometryBasics mesh constructors to use MetaMesh for versions > 0.5, but the example in the README still uses the 0.4 constructor.
I think that all that is needed is to change:
mesh = Mesh(points, meta(facets, markers=markers))
to
mesh = GeometryBasics.MetaMesh(points, facets; markers)
,
or explicitly check the package version as is done in src: if pkgversion(GeometryBasics) < v"0.5"
.
Metadata
Metadata
Assignees
Labels
No labels