mirror of https://github.com/CGAL/cgal
Replace is_empty() with empty()
This commit is contained in:
parent
538ee93533
commit
fef28d4c8b
|
|
@ -281,7 +281,7 @@ public:
|
||||||
* \brief check whether this node contains any points
|
* \brief check whether this node contains any points
|
||||||
* \return if this node contains no points
|
* \return if this node contains no points
|
||||||
*/
|
*/
|
||||||
bool is_empty() const {
|
bool empty() const {
|
||||||
return m_points.empty();
|
return m_points.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue