missing return

This commit is contained in:
Sebastien Loriot 2023-01-17 09:58:38 +01:00 committed by GitHub
parent e837d1d6e6
commit 343735b9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ private:
} }
CGAL_DEPRECATED bool CGAL_DEPRECATED bool
is_two_facets_neighbouring(const unsigned int & pid, const unsigned int &i, const unsigned int &j)const is_two_facets_neighbouring(const unsigned int & pid, const unsigned int &i, const unsigned int &j)const
{ is_two_facets_neighboring(pid, i, j); } { return is_two_facets_neighboring(pid, i, j); }
int int