Nonstandard line continuantions again

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5521 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2009-04-15 07:11:00 +00:00
parent dab95671bf
commit 3497eb0a49
1 changed files with 4 additions and 4 deletions

View File

@ -78,10 +78,10 @@ SUBROUTINE read_upf_v2(u, upf, grid, ierr) !
IF (version_compare(upf%nv, '2.0.1') == 'older' .and. upf%tvanp .and. .not. upf%tpawp) &
CALL errore('read_upf_v2',&
'Ultrasoft and PAW pseudopotential generated with &
code version equal or older than QE 4.0.5 can contain &
a bug compromising the quality of the calculation. &
regenerate the pseudopotential file with a newer version &
of the ld1 code!', 1)
& code version equal or older than QE 4.0.5 can contain &
& a bug compromising the quality of the calculation. &
& regenerate the pseudopotential file with a newer version &
& of the ld1 code!', 1)
! Read radial grid mesh
CALL read_mesh(u, upf, grid)