From d2e0c7ea6129e3e2e90eeadbb6d3abf46ae4fad0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 30 Jun 2015 09:57:30 +0200 Subject: [PATCH] cleanup --- .../Scale_space_surface_reconstruction_3_impl.h | 4 ++-- .../include/CGAL/Scale_space_surface_reconstruction_3.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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