src/dispersion.f90: mark zetac as pure
This commit is contained in:
parent
c3f8cb1921
commit
3cee84690c
@ -1190,7 +1190,7 @@ end subroutine fsup
|
|||||||
! this work published in transactions on mathematical software,
|
! this work published in transactions on mathematical software,
|
||||||
! vol. 16, no. 1, pp. 47.
|
! vol. 16, no. 1, pp. 47.
|
||||||
!
|
!
|
||||||
subroutine zetac (xi, yi, zr, zi, iflag)
|
pure subroutine zetac (xi, yi, zr, zi, iflag)
|
||||||
!
|
!
|
||||||
! given a complex number z = (xi,yi), this subroutine computes
|
! given a complex number z = (xi,yi), this subroutine computes
|
||||||
! the value of the faddeeva-function w(z) = exp(-z**2)*erfc(-i*z),
|
! the value of the faddeeva-function w(z) = exp(-z**2)*erfc(-i*z),
|
||||||
|
Loading…
Reference in New Issue
Block a user