Skip to content

Commit d9e44b2

Browse files
authored
Update include/ddc/kernels/splines/knots_as_interpolation_points.hpp
1 parent 4b9e8f2 commit d9e44b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ddc/kernels/splines/knots_as_interpolation_points.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class KnotsAsInterpolationPoints
6161
/**
6262
* Get the domain which can be used to access the interpolation points in the sampling.
6363
*
64-
* @return domain The DDC discrete domain which maps to the sampling of interpolation points.
64+
* @return domain The discrete domain which maps to the sampling of interpolation points.
6565
*/
6666
static ddc::DiscreteDomain<interpolation_mesh_type> get_domain()
6767
{

0 commit comments

Comments
 (0)