Skip to content

Commit

Permalink
clean compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zlyfunction committed Oct 19, 2023
1 parent bf90519 commit 25debdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wmtk/autogen/local_switch_tuple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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;
}
return Tuple();
}
Expand Down

0 comments on commit 25debdd

Please sign in to comment.