remove assertion always true to avoid a warning

This commit is contained in:
Sébastien Loriot 2016-10-21 18:04:30 +02:00
parent c2d5b501ed
commit e075757f18
1 changed files with 0 additions and 1 deletions

View File

@ -1023,7 +1023,6 @@ private:
std::size_t id_in_vec = std::distance(
m.remesher_ptr_->input_triangles().begin(), tr_it);
CGAL_assertion(0 <= id_in_vec);
CGAL_assertion(id_in_vec < m.remesher_ptr_->input_patch_ids().size());
CGAL_assertion(*tr_it == m.remesher_ptr_->input_triangles()[id_in_vec]);