Small change. ! confuses the scripts that search for the total energy, please

do not write ! on output.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5262 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2008-11-04 10:35:14 +00:00
parent f75fbe25ab
commit 9d89d163c4
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ SUBROUTINE check_atwfc_norm(nt)
WRITE( stdout, '(5x,"WARNING: WFC #",i2, "(",a, &
& ") IS NOT CORRECTLY NORMALIZED: norm=",f10.6)') &
iwfc, upf(nt)%els(iwfc), norm
WRITE( stdout, '(5x,"WARNING: WFC HAS BEEN NOW RENORMALIZED !")')
WRITE( stdout, '(5x,"WARNING: WFC HAS BEEN NOW RENORMALIZED ")')
upf(nt)%chi(1:mesh,iwfc)=upf(nt)%chi(1:mesh,iwfc)/norm
end if
end do