Skip to content
Snippets Groups Projects
Commit 55333951 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Code formatting

parent 1a7ca9b3
No related merge requests found
......@@ -238,8 +238,8 @@ static const float kernel_coeffs[(kernel_degree + 1) * (kernel_ivals + 1)]
/**
* @brief Computes the kernel function and its derivative.
*
* The kernel function needs to be mutliplied by \f$h^{-d}\f$ and the gradient by
* \f$h^{-(d+1)}\f$, where \f$d\f$ is the dimensionality of the problem.
* The kernel function needs to be mutliplied by \f$h^{-d}\f$ and the gradient
* by \f$h^{-(d+1)}\f$, where \f$d\f$ is the dimensionality of the problem.
*
* Returns 0 if \f$u > \gamma = H/h\f$.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment