bug fix, wave finction velocity was not set to zero when 'tzeroe' flag is on.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2504 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
silviu 2005-11-22 16:41:18 +00:00
parent 8be866773c
commit 0302c5ff0d
1 changed files with 2 additions and 1 deletions

View File

@ -160,8 +160,9 @@ MODULE from_restart_module
IF ( tzeroe ) THEN
!
lambdam(:,:) = lambda(:,:)
cm(:,1:nbsp,1,1) = c0(:,1:nbsp,1,1)
!
WRITE( stdout, '("Electronic velocities set to zero")' )
WRITE( stdout, '(" Electronic velocities set to zero")' )
!
END IF
!