From 06f55673a53befc99f030673b7dbf84cb005709b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 28 Apr 2015 16:22:04 +0200 Subject: [PATCH] fix value of beta --- .../CGAL/Advancing_front_surface_reconstruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h b/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h index 09b95b888fd..29302a21248 100644 --- a/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h +++ b/Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/CGAL/Advancing_front_surface_reconstruction.h @@ -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.