mirror of https://github.com/CGAL/cgal
Merge pull request #6177 from MaelRL/SMP-Silence_warning-GF
Silence warning message in ARAP
This commit is contained in:
commit
b22ae981e9
|
|
@ -726,7 +726,9 @@ public:
|
||||||
|
|
||||||
// Not sure how to handle non-simple yet @fixme
|
// Not sure how to handle non-simple yet @fixme
|
||||||
if(!is_param_border_simple) {
|
if(!is_param_border_simple) {
|
||||||
|
#ifdef CGAL_SMP_ARAP_DEBUG
|
||||||
std::cerr << "Border is not simple!" << std::endl;
|
std::cerr << "Border is not simple!" << std::endl;
|
||||||
|
#endif
|
||||||
return ERROR_NON_CONVEX_BORDER;
|
return ERROR_NON_CONVEX_BORDER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue