diff --git a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h index 793887e2ff5..815e9f0afc9 100644 --- a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h +++ b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h @@ -214,12 +214,12 @@ public: template < class Gt, class FS, class Sh, class wA, class Ct > Scale_space_surface_reconstruction_3:: Scale_space_surface_reconstruction_3( unsigned int neighbors, unsigned int samples ) -: _mean_neighbors(neighbors), _samples(samples), _squared_radius(-1), _shape(0) {} + : _mean_neighbors(neighbors), _samples(samples), _squared_radius(-1), _shape(0) {} template < class Gt, class FS, class Sh, class wA, class Ct > Scale_space_surface_reconstruction_3:: Scale_space_surface_reconstruction_3( FT sq_radius ) -: _mean_neighbors(0), _samples(0), _squared_radius(sq_radius), _shape(0) { + : _mean_neighbors(0), _samples(0), _squared_radius(sq_radius), _shape(0) { CGAL_precondition( sq_radius >= 0 ); } diff --git a/Scale_space_reconstruction_3/include/CGAL/Scale_space_surface_reconstruction_3.h b/Scale_space_reconstruction_3/include/CGAL/Scale_space_surface_reconstruction_3.h index c8127d9cb5c..d230e7a9c5b 100644 --- a/Scale_space_reconstruction_3/include/CGAL/Scale_space_surface_reconstruction_3.h +++ b/Scale_space_reconstruction_3/include/CGAL/Scale_space_surface_reconstruction_3.h @@ -35,7 +35,6 @@ #include #include #include -#include #include #include