diff --git a/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h b/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h index 8ea37f30873..693e7f2df58 100644 --- a/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h +++ b/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h @@ -113,16 +113,13 @@ public: //only one not needed by gradient fitting: typedef typename Rep::Compute_squared_distance_2 Compute_squared_distance_d; - //additional types for gradient computation: - typedef typename Rep::Aff_transformation_2 Aff_transformation_d; + typedef typename Rep::Aff_transformation_2 Aff_transformation_d; - typedef Construct_null_matrix_2 - Construct_null_matrix_d; - typedef Construct_scaling_matrix_2 - Construct_scaling_matrix_d; - typedef Construct_sum_matrix_2 Construct_sum_matrix_d; - typedef Construct_outer_product_2 Construct_outer_product_d; + typedef Construct_null_matrix_2 Construct_null_matrix_d; + typedef Construct_scaling_matrix_2 Construct_scaling_matrix_d; + typedef Construct_sum_matrix_2 Construct_sum_matrix_d; + typedef Construct_outer_product_2 Construct_outer_product_d; Construct_outer_product_d