Skip to content

Commit

Permalink
Merge branch '466-add-local_switch_tuple-for-edgemesh' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/wildmeshing/wildmeshing-toolkit into 434-edgemesh-to-trimesh-multimesh-register
  • Loading branch information
zlyfunction committed Oct 19, 2023
2 parents 25debdd + 64f9f4d commit 975c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wmtk/autogen/local_switch_tuple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tuple local_switch_tuple(PrimitiveType mesh_type, const Tuple& t, PrimitiveType
case PrimitiveType::Tetrahedron: return tet_mesh::local_switch_tuple(t, pt);
case PrimitiveType::Edge: return edge_mesh::local_switch_tuple(t, pt);
case PrimitiveType::Vertex: throw("not implemented");
case default: break;
default: break;
}
return Tuple();
}
Expand Down

0 comments on commit 975c6f4

Please sign in to comment.