Fix a few other warnings

This commit is contained in:
Clement Jamin 2014-07-03 15:57:35 +02:00
parent da4cf8fc1d
commit 0e4c8e54cd
2 changed files with 0 additions and 2 deletions

View File

@ -1050,7 +1050,6 @@ number_of_bad_elements_impl()
<< "*** Num of real surface facets in c: " << num_real_surface_facets_in_c << std::endl
<< "*** Num of real surface facets in mc: " << num_real_surface_facets_in_mc << std::endl;
typedef typename MD::Subdomain Subdomain;
const bool is_c_in_domain = r_oracle_.is_in_domain_object()(r_tr_.dual(c));
const bool is_mc_in_domain = r_oracle_.is_in_domain_object()(r_tr_.dual(mc));

View File

@ -54,7 +54,6 @@ _test_cls_parallel_triangulation_3(const Parallel_triangulation &)
std::cout << "Parallel removal" << std::endl;
// Remove the first 100,000 vertices
std::vector<Vertex_handle> vertices_to_remove;
int i = 0;
typename Cls::Finite_vertices_iterator vit = tr.finite_vertices_begin();
for (int i = 0 ; i < 100000 ; ++i)
vertices_to_remove.push_back(vit++);