remove unused var

This commit is contained in:
Sébastien Loriot 2015-04-27 09:56:20 +02:00
parent 14465274bd
commit 72bfd2d336
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();