9subroutine plot1d(fnum1,fnum2,nf,rfmt,rfir)
29integer,
intent(in) :: fnum1,fnum2,nf
30real(8),
intent(in) :: rfmt(npmtmax,natmtot,nf),rfir(ngtot,nf)
35real(8),
allocatable :: fp(:,:)
36if ((nf < 1).or.(nf > 4))
then
38 write(*,
'("Error(plot1d): invalid number of functions : ",I8)') nf
51 write(fnum1,
'(5G18.10)')
dpp1d(ip),(fp(ip,jf),jf=1,nf)
60 write(fnum2,
'(2G18.10)')
dvp1d(iv),fmin
61 write(fnum2,
'(2G18.10)')
dvp1d(iv),fmax
real(8), dimension(:,:), allocatable vvlp1d
real(8), dimension(3, 3) avec
real(8), dimension(:,:), allocatable vplp1d
real(8), dimension(:), allocatable dvp1d
real(8), dimension(:), allocatable dpp1d