Skip to content

Commit

Permalink
Update include/ddc/kernels/splines/spline_builder.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
blegouix authored Jul 23, 2024
1 parent bb3957c commit 9368f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ddc/kernels/splines/spline_builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class SplineBuilder
* If boundary condition is HERMITE, sum_j Qderiv_j*(d^j f/dx^j)*dx^j for j in derivs_domain
* must be added at the boundary.
*
* Please refer to Emily's Bourne phd (https://theses.fr/2022AIXM0412) for more information and to
* Please refer to section 2.8.1 of Emily's Bourne phd (https://theses.fr/2022AIXM0412) for more information and to
* the (Non)PeriodicSplineBuilderTest for example usage to compute integrals.
*
* @return A tuple containing the three Chunks containing the quadrature coefficients (if HERMITE
Expand Down

0 comments on commit 9368f9f

Please sign in to comment.