fix misleading indentation

This commit is contained in:
Jane Tournois 2024-04-02 15:42:29 +02:00
parent 0adc97331f
commit d0f81b41ad
1 changed files with 1 additions and 2 deletions

View File

@ -362,8 +362,7 @@ private:
set_dimension(vi, 3);
#ifdef CGAL_TETRAHEDRAL_REMESHING_DEBUG
//else
if (input_is_c3t3() && m_c3t3.is_in_complex(cit))
if (input_is_c3t3() && m_c3t3.is_in_complex(cit))
++nbc;
#endif
}