mirror of https://github.com/CGAL/cgal
missing return
This commit is contained in:
parent
e837d1d6e6
commit
343735b9d7
|
|
@ -1048,7 +1048,7 @@ private:
|
|||
}
|
||||
CGAL_DEPRECATED bool
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue