6 subroutine acgwse(ist,jst,sem,wr,ser)
12 complex(8),
intent(in) :: sem(nstsv,nstsv,0:nwfm)
13 real(8),
intent(in) :: wr(nwplot)
14 complex(8),
intent(out) :: ser(nstsv,nstsv,nwplot)
16 complex(8) zm(0:nwfm),zwr(nwplot),zr(nwplot)
17 zm(0:nwfm)=sem(ist,jst,0:nwfm)
18 zwr(1:nwplot)=wr(1:nwplot)
28 write(*,
'("Error(acgwse): actype not defined : ",I8)')
actype 32 ser(ist,jst,1:nwplot)=zr(1:nwplot)
subroutine acpole(zm, zwr, zr)
subroutine pades(ns, r, ni, zi, ui, no, zo, uo)
subroutine acgwse(ist, jst, sem, wr, ser)
complex(8), dimension(:), allocatable wfm