mirror of https://github.com/CGAL/cgal
Remove trailing whitespace
This commit is contained in:
parent
65f975d697
commit
97beade7ef
|
|
@ -67,7 +67,7 @@ The classical DC method requires the gradient of the scalar field.
|
||||||
The provided domain therefore has to implement the concept `IsosurfacingDomainWithGradient`.
|
The provided domain therefore has to implement the concept `IsosurfacingDomainWithGradient`.
|
||||||
All default domain implementations do this but assume the gradient to be zero if it is not provided as an additional parameter.
|
All default domain implementations do this but assume the gradient to be zero if it is not provided as an additional parameter.
|
||||||
Thus, for using the classical DC, the gradient has to be defined by the user.
|
Thus, for using the classical DC, the gradient has to be defined by the user.
|
||||||
Alternatively, there are also some default gradient functions implemented,
|
Alternatively, there are also some default gradient functions implemented,
|
||||||
such as `Finite_difference_gradient` and `Explicit_cartesian_grid_gradient`.
|
such as `Finite_difference_gradient` and `Explicit_cartesian_grid_gradient`.
|
||||||
|
|
||||||
Different versions of DC compute the vertex positions differently.
|
Different versions of DC compute the vertex positions differently.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue