mirror of https://github.com/CGAL/cgal
Fixed indentation
This commit is contained in:
parent
52dd29a635
commit
de5795936f
|
|
@ -113,14 +113,11 @@ public:
|
||||||
//only one not needed by gradient fitting:
|
//only one not needed by gradient fitting:
|
||||||
typedef typename Rep::Compute_squared_distance_2 Compute_squared_distance_d;
|
typedef typename Rep::Compute_squared_distance_2 Compute_squared_distance_d;
|
||||||
|
|
||||||
|
|
||||||
//additional types for gradient computation:
|
//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<Aff_transformation_d>
|
typedef Construct_null_matrix_2<Aff_transformation_d> Construct_null_matrix_d;
|
||||||
Construct_null_matrix_d;
|
typedef Construct_scaling_matrix_2<Aff_transformation_d> Construct_scaling_matrix_d;
|
||||||
typedef Construct_scaling_matrix_2<Aff_transformation_d>
|
|
||||||
Construct_scaling_matrix_d;
|
|
||||||
typedef Construct_sum_matrix_2<Aff_transformation_d> Construct_sum_matrix_d;
|
typedef Construct_sum_matrix_2<Aff_transformation_d> Construct_sum_matrix_d;
|
||||||
typedef Construct_outer_product_2<Rep> Construct_outer_product_d;
|
typedef Construct_outer_product_2<Rep> Construct_outer_product_d;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue