9subroutine symrvf(tspin,tnc,nrmt_,nrmti_,npmt_,ngridg_,ngtot_,ngvec_,nfgrz_, &
10 igfft_,igrzf_,ld1,rvfmt,ld2,rvfir)
51logical,
intent(in) :: tspin,tnc
52integer,
intent(in) :: nrmt_(nspecies),nrmti_(nspecies),npmt_(nspecies)
53integer,
intent(in) :: ngridg_(3),ngtot_,ngvec_,nfgrz_
54integer,
intent(in) :: igfft_(ngvec_),igrzf_(nfgrz_)
55integer,
intent(in) :: ld1
56real(8),
intent(inout) :: rvfmt(ld1,natmtot,*)
57integer,
intent(in) :: ld2
58real(8),
intent(inout) :: rvfir(ld2,*)
65call symrvfmt(tspin,tnc,nrmt_,nrmti_,npmt_,ld1,rvfmt)
67call symrvfir(tspin,tnc,ngridg_,ngtot_,ngvec_,nfgrz_,igfft_,igrzf_,ld2,rvfir)
subroutine symrvf(tspin, tnc, nrmt_, nrmti_, npmt_, ngridg_, ngtot_, ngvec_, nfgrz_, igfft_, igrzf_, ld1, rvfmt, ld2, rvfir)
subroutine symrvfir(tspin, tnc, ngridg_, ngtot_, ngvec_, nfgrz_, igfft_, igrzf_, ld, rvfir)
subroutine symrvfmt(tspin, tnc, nrmt_, nrmti_, npmt_, ld, rvfmt)