This commit is contained in:
Jae-Mo Lihm 2021-09-08 14:30:51 +09:00
parent a3246a258f
commit 82617e9a9c
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ SUBROUTINE ef_shift_wfc(npert, ldoss, drhoscf)
!
call start_clock ('ef_shift_wfc')
!
IF (npert > 3) CALL errore("ef_shift", "npert exceeds 3", 1)
IF (npert > 3) CALL errore("ef_shift_wfc", "npert exceeds 3", 1)
!
! Update the perturbed wavefunctions according to the Fermi energy shift
!
@ -229,4 +229,4 @@ END SUBROUTINE ef_shift_wfc
!-------------------------------------------------------------------------
!
END MODULE efermi_shift
!-------------------------------------------------------------------------
!-------------------------------------------------------------------------