maybe okvan = true when nvb > 0 and not nvb > 1

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@8058 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2011-08-07 22:36:45 +00:00
parent 8ccaa62027
commit c342eb54fd
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ SUBROUTINE readpp ( input_dft )
!
! more intializations
!
okvan = ( nvb > 1 )
okvan = ( nvb > 0 )
nlcc_any = ANY ( upf(1:ntyp)%nlcc )
!
return