Skip to content

Commit 455e357

Browse files
committed
restore missing line removed by accident
1 parent ea68161 commit 455e357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mad_tpsa_fun.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ FUN(wf) (const T *a, T *c)
13431343
#ifdef MAD_CTPSA_IMPL
13441344
q[o] = -2*(o-1)*q[o-2] - 2*a0*q[o-1];
13451345
#endif
1346+
p[o] = -2*(o-1)*p[o-2] - 2*a0*p[o-1];
13461347
ord_coef[o] = (p[o]*f0 + q[o]*I*M_2_SQRTPI)/mad_num_fact(o);
13471348
}
13481349

0 commit comments

Comments
 (0)