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