fix warning "f not used"

This commit is contained in:
Jane Tournois 2024-04-02 15:52:44 +02:00
parent d0f81b41ad
commit 0beeaae256
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ private:
}
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(m_c3t3.is_in_complex(f) == m_c3t3.is_in_complex(mf));