Merge pull request #3162 from afabri/patch-4

Update Weighted_point_3.h
This commit is contained in:
Laurent Rineau 2018-06-12 16:38:39 +02:00
commit 6ed06f3d8b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public:
/*!
introduces a weighted point with coordinates `x`, `y`, `z` and weight `0`.
*/
Weighted_point_3(const Kernel::FT& x, const Kernel::FT& y, const Kernel::FT& Z);
Weighted_point_3(const Kernel::FT& x, const Kernel::FT& y, const Kernel::FT& z);
/// @}