Skip to content

Commit

Permalink
Deduct GeomTraits template type
Browse files Browse the repository at this point in the history
  • Loading branch information
JulyCode committed Jan 14, 2024
1 parent b9bbc93 commit ca1c78b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ template <typename GeomTraits,
typename Gradient = Zero_gradient>
Implicit_Cartesian_grid_domain_3<GeomTraits, ImplicitFunction, Gradient>
create_implicit_Cartesian_grid_domain(const Bbox_3& bbox,
const typename GeomTraits::Vector_3& spacing,
const Vector_3<GeomTraits>& spacing,
const ImplicitFunction& point_function,
const Gradient& grad = Gradient(),
const GeomTraits& gt = GeomTraits())
Expand Down Expand Up @@ -124,9 +124,6 @@ create_implicit_Cartesian_grid_domain(const Bbox_3& bbox,
return Domain{ topo, geom, func, grad, gt };
}

// @todo add an undocumented convenience overload with Vector_3<GeomTraits> to match CGAL kernels
// without having to provide the kernel in the call like f<kernel>(...)

} // namespace Isosurfacing
} // namespace CGAL

Expand Down

0 comments on commit ca1c78b

Please sign in to comment.