10integer,
intent(in) :: fnum,nf
11complex(8),
intent(in) :: zfmt(npcmtmax,natmtot,nf,nfqrz)
12complex(8),
intent(in) :: zfir(ngtot,nf,nfqrz)
17real(8),
allocatable :: vpl(:,:),fp(:,:)
18if ((nf < 1).or.(nf > 4))
then
20 write(*,
'("Error(plotu3d): invalid number of functions : ",I8)') nf
27allocate(vpl(3,np),fp(np,nf))
31call plotulr(np,vpl,nf,zfmt,zfir,fp)
33write(fnum,
'(3I6," : grid size")')
np3d(:)
36 write(fnum,
'(7G18.10)') v1(:),(fp(ip,jf),jf=1,nf)
real(8), dimension(3, 3) avec
integer, dimension(3) np3d