Fix Mac build

This commit is contained in:
Filip Sykala 2022-02-03 12:45:39 +01:00
parent e783086689
commit 546009a8e9
2 changed files with 3 additions and 2 deletions

View file

@ -246,7 +246,7 @@ TEST_CASE("Simplify frog_legs.obj to 5% by IGL/qslim", "[]")
TriangleMesh mesh = load_model(obj_filename);
REQUIRE_FALSE(mesh.empty());
indexed_triangle_set &its = mesh.its;
double original_volume = its_volume(its);
//double original_volume = its_volume(its);
uint32_t wanted_count = its.indices.size() * 0.05;
Eigen::MatrixXd V(its.vertices.size(), 3);