6 pure subroutine cfmtconj(nr,nri,np,cfmt)
10 integer,
intent(in) :: nr,nri,np
11 complex(4),
intent(inout) :: cfmt(np)
16 cfmt1(1:np)=cfmt(1:np)
26 pure subroutine cflmnconj(lmax,n,ld,cflm1,cflm2)
49 integer,
intent(in) :: lmax,n,ld
50 complex(4),
intent(in) :: cflm1(ld,n)
51 complex(4),
intent(out) :: cflm2(ld,n)
60 if (mod(m,2) == 0)
then 61 cflm2(lm1,1:n)=conjg(cflm1(lm2,1:n))
62 cflm2(lm2,1:n)=conjg(cflm1(lm1,1:n))
64 cflm2(lm1,1:n)=-conjg(cflm1(lm2,1:n))
65 cflm2(lm2,1:n)=-conjg(cflm1(lm1,1:n))
70 cflm2(lm1,1:n)=conjg(cflm1(lm1,1:n))
pure subroutine cfmtconj(nr, nri, np, cfmt)
pure subroutine cflmnconj(lmax, n, ld, cflm1, cflm2)