mirror of https://github.com/CGAL/cgal
fix warning "f not used"
This commit is contained in:
parent
d0f81b41ad
commit
0beeaae256
|
|
@ -526,7 +526,7 @@ private:
|
||||||
}
|
}
|
||||||
void debug_c3t3()
|
void debug_c3t3()
|
||||||
{
|
{
|
||||||
for (typename Tr::Facet f : tr().finite_facets())
|
CGAL_assertion_code(for (typename Tr::Facet f : tr().finite_facets()))
|
||||||
{
|
{
|
||||||
CGAL_assertion_code(typename Tr::Facet mf = tr().mirror_facet(f));
|
CGAL_assertion_code(typename Tr::Facet mf = tr().mirror_facet(f));
|
||||||
CGAL_assertion(m_c3t3.is_in_complex(f) == m_c3t3.is_in_complex(mf));
|
CGAL_assertion(m_c3t3.is_in_complex(f) == m_c3t3.is_in_complex(mf));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue