Bug fix: upf(nt)%rho_atc is used by all processors in force_cc and cannot

be deallocated.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@4435 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2007-11-14 10:06:52 +00:00
parent e97a34174c
commit 5cf5761c7e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ SUBROUTINE PAW_post_init()
upf(nt)%paw%ae_vloc &
)
DEALLOCATE( upf(nt)%vloc)
DEALLOCATE( upf(nt)%rho_atc)
! DEALLOCATE( upf(nt)%rho_atc)
info(mpime,nt) = .true.
ENDDO types
CALL reduce(nproc*ntyp, info)