From 4ac2a7b72eda2efc83c7ff66013348e83f9de0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Tue, 13 Aug 2019 11:27:38 +0300 Subject: [PATCH] Fix word in doxygen. Former-commit-id: 89ec5ba36cfe23b33331984e06b4de386db93338 --- qpms/qpms_specfunc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qpms/qpms_specfunc.h b/qpms/qpms_specfunc.h index 3db4b1b..9db24dd 100644 --- a/qpms/qpms_specfunc.h +++ b/qpms/qpms_specfunc.h @@ -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[