Skip to content

Commit

Permalink
swap sample values for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Dec 28, 2023
1 parent 71a1e64 commit 7f88245
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions test/src/surface_mesh_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,16 @@ TEST_F(PolyscopeTest, SurfaceMeshPolygon) {
{0, 0},
};

// faces = {
// {1, 3, 2, 0},
// {3, 1, 0},
// {2, 0, 1, 3},
// {0, 2, 3}
// };
faces = {
{1, 3, 2, 0},
{3, 1, 0},
{2, 0, 1, 3},
{0, 2, 3}
{0,1,2},
{0,1,2,4},
{0,1,2,4,5},
};
// clang-format on

Expand Down

0 comments on commit 7f88245

Please sign in to comment.