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:
Laurent Rineau 2015-09-17 16:27:31 +02:00
commit 9de491bc81
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}