argh, there was one occurrence of IMAG instead of DIMAG ...

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@574 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2004-02-07 11:38:50 +00:00
parent 5cf4cc06c9
commit e292701209
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ SUBROUTINE sum_band()
!
rho(ir,current_spin) = rho(ir,current_spin) + &
w1 * REAL( psic(ir) )**2 + &
w2 * IMAG( psic(ir) )**2
w2 *DIMAG( psic(ir) )**2
!
END DO
!