BUGS: noticed probable float overflow

Former-commit-id: ffdedd9fe3935b65f51a88b26c220abf2dd8766c
This commit is contained in:
Marek Nečada 2018-05-16 12:12:51 +03:00
parent 961baedc61
commit f1bb8a7c35
1 changed files with 3 additions and 0 deletions

View File

@ -56,4 +56,7 @@ Overflows etc.
Assertion failed in gaunt_xu for test_vswf_translations.c and high values of LMAX
(LMAX=25)
Moreover, the non-normalized legendre functions that are used in translations.c
are likely to overflow for even smaller values of l.
Therefore TODO: modify translations.c in a way that uses normalised legendre functions everywhere.