mirror of https://github.com/CGAL/cgal
Merge pull request #347 from afabri/Advancing_front-acos_bug-GF
acos makes that the green wedge in the user manual has an aperture of 0
This commit is contained in:
commit
9de491bc81
|
|
@ -746,7 +746,7 @@ namespace CGAL {
|
|||
void run(double radius_ratio_bound=5, double beta= 0.52)
|
||||
{
|
||||
K = radius_ratio_bound;
|
||||
COS_BETA = acos(beta);
|
||||
COS_BETA = cos(beta);
|
||||
if(T.dimension() < 3){
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue