Skip to content

Commit c955702

Browse files
committed
Review changes
1 parent d79c0b3 commit c955702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/mesh/core/tetrahedral_solid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ namespace geode
413413
PolyhedronFacetEdge{ { polyhedron, 0 }, 1 },
414414
PolyhedronFacetEdge{ { polyhedron, 0 }, 2 },
415415
PolyhedronFacetEdge{ { polyhedron, 1 }, 0 },
416-
PolyhedronFacetEdge{ { polyhedron, 1 }, 0 },
416+
PolyhedronFacetEdge{ { polyhedron, 1 }, 2 },
417417
PolyhedronFacetEdge{ { polyhedron, 2 }, 1 } };
418418
}
419419

0 commit comments

Comments
 (0)