mirror of https://github.com/CGAL/cgal
fix update() for spheres
This commit is contained in:
parent
1307e11ea9
commit
24a063a292
|
|
@ -335,9 +335,10 @@ namespace Point_set {
|
||||||
if (radius >= FT(0)) {
|
if (radius >= FT(0)) {
|
||||||
m_radius = radius;
|
m_radius = radius;
|
||||||
m_center = center;
|
m_center = center;
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue