Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallelize mesh fixup #1148

Merged
merged 12 commits into from
Feb 21, 2025
Prev Previous commit
Next Next commit
format
pca006132 committed Feb 19, 2025
commit 5d8004b02d8b46aade8671e7099e3f84320b189e
2 changes: 1 addition & 1 deletion src/impl.h
Original file line number Diff line number Diff line change
@@ -246,7 +246,7 @@ struct Manifold::Impl {
meshRelation_.originalID = -1;
}

template<typename F>
template <typename F>
inline void ForVert(int halfedge, F func) {
int current = halfedge;
do {