Merge pull request #6177 from MaelRL/SMP-Silence_warning-GF

Silence warning message in ARAP
This commit is contained in:
Laurent Rineau 2021-12-20 18:05:44 +01:00
commit b22ae981e9
1 changed files with 2 additions and 0 deletions

View File

@ -726,7 +726,9 @@ public:
// Not sure how to handle non-simple yet @fixme
if(!is_param_border_simple) {
#ifdef CGAL_SMP_ARAP_DEBUG
std::cerr << "Border is not simple!" << std::endl;
#endif
return ERROR_NON_CONVEX_BORDER;
}