Fix word in doxygen.

Former-commit-id: 89ec5ba36cfe23b33331984e06b4de386db93338
This commit is contained in:
Marek Nečada 2019-08-13 11:27:38 +03:00
parent 2e037550b5
commit 4ac2a7b72e
1 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,8 @@ double *qpms_legendre_minus1d_y_get(qpms_l_t lMax, qpms_normalisation_t norm); /
/// Array of Legendre and and auxillary \f$\pi_{lm}, \tau_{lm} \f$ functions.
/**
* See qpms_pitau_get() for definitions.
*
* The leg, pi, tau arrays are indexed using the standard qpms_mn2y() VSWF indexing.
*/
typedef struct {
@ -73,7 +75,7 @@ typedef struct {
* \Fer[norm.]{l}{m} = \csphase^{-1}
* \sqrt{\frac{1}{l(l+1)}\frac{(l-m)!(2l+1)}{4\pi(l+m)!}},
* \f] i.e. obtained using `gsl_sf_legendre_array_e()` with
* `norm = GSL_SF_LEGENDRE_SPHARM` and multiplied by \f$ \sqrt{l(l+1)} \f$.
* `norm = GSL_SF_LEGENDRE_SPHARM` and divided by \f$ \sqrt{l(l+1)} \f$.
*
* The auxillary functions are defined as
* \f[