temporarily disable a test

This commit is contained in:
Jane Tournois 2020-04-10 16:36:16 +02:00
parent 1c6ef8dc8e
commit e2df1a83aa
1 changed files with 3 additions and 1 deletions

View File

@ -428,7 +428,9 @@ int main(int argc, char* argv[])
// - along 2 successive facets (vertex/facet/edge/facet/edge)
// - along 2 successive edges (vertex/edge/vertex/edge/vertex)
// - along a facet and an edge successively
test_triangulation_on_a_grid();
//temporatily disable
// test_triangulation_on_a_grid();
return 0;
}