fix broken syntax in translations.c

Former-commit-id: 46444199859568e0a34bceadef5a017f6bcb7480
This commit is contained in:
Marek Nečada 2018-02-07 17:33:08 +02:00
parent de45a9e38c
commit e689df15fd
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ complex double qpms_trans_single_B_Xu(int m, int n, int mu, int nu, sph_t kdlj,
complex double prenormratio = ipow(nu-n) * sqrt(((2.*nu+1)/(2.*n+1))* exp( complex double prenormratio = ipow(nu-n) * sqrt(((2.*nu+1)/(2.*n+1))* exp(
lgamma(n+m+1)-lgamma(n-m+1)+lgamma(nu-mu+1)-lgamma(nu+mu+1))); lgamma(n+m+1)-lgamma(n-m+1)+lgamma(nu-mu+1)-lgamma(nu+mu+1)));
return (presum / prenormratio) * sum;
}
complex double qpms_trans_single_B_Taylor(int m, int n, int mu, int nu, sph_t kdlj, complex double qpms_trans_single_B_Taylor(int m, int n, int mu, int nu, sph_t kdlj,