fix if-clause for reading Fermi energy

This commit is contained in:
MinoruOtani 2020-12-25 16:47:34 +09:00
parent 8d1d4ee81d
commit 6dd12ee80a
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ SUBROUTINE setup()
!
nelec = ionic_charge - tot_charge
!
IF ( lbands .OR. ( (lfcp .OR. lgcscf) .AND. restart )) THEN
IF ( .NOT. lscf .OR. ( (lfcp .OR. lgcscf) .AND. restart ) ) THEN
!
! ... in these cases, we need (or it is useful) to read the Fermi energy
!