forgotten name changed in documentation

(from nontype template parameter name is changed from fast_bbox_intersection to Fast_sdf_calculation_mode)
This commit is contained in:
iyaz 2013-05-11 21:15:33 +03:00
parent e24653a617
commit ea4ebfa17e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace CGAL
* - Linearly normalized between [0,1].
*
* @pre @a polyhedron.is_pure_triangle()
* @tparam fast_bbox_intersection regardless of `GeomTraits`, use inexact predicates while traversing AABB tree nodes.
* @tparam Fast_sdf_calculation_mode regardless of `GeomTraits`, use inexact predicates while traversing AABB tree nodes.
* It is default to true, and can be omitted.
* @tparam Polyhedron a %CGAL polyhedron
* @tparam SDFPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `double` as value type