mirror of https://github.com/CGAL/cgal
remove unused var
This commit is contained in:
parent
14465274bd
commit
72bfd2d336
|
|
@ -458,7 +458,7 @@ void test_boundary_mesh()
|
|||
}
|
||||
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
int main()
|
||||
{
|
||||
shortest_path_regular_tetrahedron();
|
||||
test_simple_saddle_vertex_mesh();
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ void detect_is_saddle_vertex()
|
|||
}
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
int main()
|
||||
{
|
||||
project_triangle3D_to_triangle2D();
|
||||
test_simple_2D_barycentric_coordinates();
|
||||
|
|
|
|||
Loading…
Reference in New Issue