mirror of https://github.com/CGAL/cgal
Drop bad const& in documentation (#8997)
## Summary of Changes There is no const & in the actual code ## Release Management * Affected package(s): `Triangulation_3` * Issue(s) solved (if any): fix #8996 * Feature/Small Feature (if any): - * License and copyright ownership: no change
This commit is contained in:
commit
29c57626a5
|
|
@ -75,7 +75,7 @@ circumcenter is not supposed to be computed
|
||||||
by the constructor `Construct_weighted_circumcenter_3` of the traits
|
by the constructor `Construct_weighted_circumcenter_3` of the traits
|
||||||
class, hence the returned point has no weight.
|
class, hence the returned point has no weight.
|
||||||
*/
|
*/
|
||||||
const Point_3& weighted_circumcenter(const Traits& gt = Traits()) const;
|
Point_3 weighted_circumcenter(const Traits& gt = Traits()) const;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue