AABB tree: fix CR.

This commit is contained in:
Pierre Alliez 2009-04-26 18:24:15 +00:00
parent 8a09dd36c1
commit 73364294e5
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ public:
const FT zref() const { return m_datum.source().z(); }
/// Returns a point on the primitive
Point point_on() const { m_datum.source(); }
Point point_on() const { m_datum.source(); }
};
} // end namespace CGAL

View File

@ -61,7 +61,7 @@ public:
const FT zref() const { return m_datum.vertex(0).z(); }
/// Returns a point on the primitive
Point point_on() const { m_datum.vertex(0); }
Point point_on() const { m_datum.vertex(0); }
};
} // end namespace CGAL