mirror of https://github.com/CGAL/cgal
fix value of beta
This commit is contained in:
parent
95581a84b2
commit
06f55673a5
|
|
@ -114,7 +114,7 @@ calls the surface reconstruction function with the default parameters.
|
|||
\param beta described in Section \ref AFSR_Selection
|
||||
|
||||
*/
|
||||
void run(double k=5, double beta= 0.18);
|
||||
void run(double k=5, double beta= 0.52);
|
||||
|
||||
/*!
|
||||
returns the reconstructed surface.
|
||||
|
|
|
|||
Loading…
Reference in New Issue