You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly switch from the p, t, s = distmesh(...) to t = distmesh(...) where T is a struct with all info inside. This should allow for triangle and edge output in the future without major API break.
The text was updated successfully, but these errors were encountered:
API
Possibly switch from the
p, t, s = distmesh(...)
tot = distmesh(...)
where T is a struct with all info inside. This should allow for triangle and edge output in the future without major API break.The text was updated successfully, but these errors were encountered: