This commit is contained in:
Sébastien Loriot 2024-03-29 00:06:52 +01:00
parent f8d2d3d351
commit 7a5d20a0c5
1 changed files with 3 additions and 1 deletions

View File

@ -1158,10 +1158,12 @@ private:
return false;
}
#ifdef CGAL_AW3_DEBUG
if(refining && alpha > m_alpha)
std::cerr << "Warning: refining with an alpha greater than the last iteration's!" << std::endl;
if(refining && offset != m_offset)
std::cerr << "Warning: refining with a different offset value!" << std::endl;
#endif
m_alpha = FT(alpha);
m_sq_alpha = square(m_alpha);