Searched defs:zfmtftoc (Results 1 – 1 of 1) sorted by relevance
/dports/science/elk/elk-7.2.42/src/ |
H A D | zfmtftoc.f90 | 6 pure subroutine zfmtftoc(nrc,nrci,zfmt,zfcmt) subroutine 10 integer, intent(in) :: nrc,nrci 11 complex(8), intent(in) :: zfmt(*) 12 complex(8), intent(out) :: zfcmt(*) 14 integer irc,i,j,m,n
|