mirror of https://github.com/CGAL/cgal
Remove warning
This commit is contained in:
parent
c0a4d3a74d
commit
4ca4fc248d
|
|
@ -452,7 +452,7 @@ public:
|
|||
{ return mmap.is_empty(); }
|
||||
|
||||
size_type capacity() const
|
||||
{ CGAL::num_halfedges(mmap.get_fg()); }
|
||||
{ return CGAL::num_halfedges(mmap.get_fg()); }
|
||||
|
||||
bool is_used(size_type i) const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -477,7 +477,7 @@ public:
|
|||
bool update_isclosed=true)
|
||||
{
|
||||
CGAL::Random& random=get_default_random();
|
||||
extend_path_randomly(random, allow_half_turn, update_isclosed);
|
||||
return extend_path_randomly(random, allow_half_turn, update_isclosed);
|
||||
}
|
||||
|
||||
void generate_random_path(std::size_t length, CGAL::Random& random,
|
||||
|
|
|
|||
Loading…
Reference in New Issue