Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zlyfunction committed Sep 7, 2023
1 parent 5ed8589 commit 23505bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wmtk/SimplicialComplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ SimplicialComplex SimplicialComplex::open_star(const Mesh& m, const Simplex& s)
sc.add_simplex(Simplex(PV, t));
sc.add_simplex(Simplex(PE, sw(t, PE)));
sc.add_simplex(Simplex(PE, sw(sw(t, PF), PE)));
sc.add_simplex(Simplex(PF, sw(sw(t, PE), PF)));
// intentional fall-through
case PE:
sc.add_simplex(Simplex(PE, t));
Expand Down

0 comments on commit 23505bc

Please sign in to comment.