The last "becp" changes were missing in just one file

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5938 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2009-09-16 20:08:13 +00:00
parent fb6d84f554
commit ef4a792bd3
2 changed files with 10 additions and 1 deletions

View File

@ -35,7 +35,7 @@ subroutine commutator_Hx_psi (ik, nbnd_occ, becp1, becp1_nc, becp2, becp2_nc, &
USE wavefunctions_module, ONLY: evc
USE lsda_mod, ONLY : nspin
USE noncollin_module,ONLY : noncolin, npol
USE becmod, ONLY : becp, becp_nc, calbec
USE becmod, ONLY : becp, bec_type, calbec
USE uspp, ONLY : nkb, vkb
USE uspp_param, ONLY : nh, nhm

View File

@ -226,6 +226,15 @@ close_files.o : ../Modules/mp_global.o
close_files.o : ../Modules/wannier_new.o
close_files.o : buffers.o
close_files.o : pwcom.o
commutator_Hx_psi.o : ../Modules/cell_base.o
commutator_Hx_psi.o : ../Modules/io_global.o
commutator_Hx_psi.o : ../Modules/ions_base.o
commutator_Hx_psi.o : ../Modules/kind.o
commutator_Hx_psi.o : ../Modules/uspp.o
commutator_Hx_psi.o : ../Modules/wavefunctions.o
commutator_Hx_psi.o : becmod.o
commutator_Hx_psi.o : noncol.o
commutator_Hx_psi.o : pwcom.o
compute_becsum.o : ../Modules/cell_base.o
compute_becsum.o : ../Modules/control_flags.o
compute_becsum.o : ../Modules/io_files.o