Misspells + minor updates to release-notes (including one announced but not

yet committed fit)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@8788 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2012-03-14 20:10:06 +00:00
parent 80b058d98c
commit 4a6d178834
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,10 @@ Incompatible changes in 5.0 version:
Fixed in 5.0 version Fixed in 5.0 version
* VERY NASTY bug: exchange-correlation 'PW91' was incorrectly * Missing checks for unimplemented cases with electric fields
* CP with electric fields wasn't working any longer in parallel
due to an unallocated variable
* VERY NASTY bug: exchange-correlation keyword 'PW91' was incorrectly
interpreted (PZ LDA instead of PW) in all 4.3.x versions interpreted (PZ LDA instead of PW) in all 4.3.x versions
* A few glitches when the standard input is copied to file * A few glitches when the standard input is copied to file
* PW: LDA+U crash in the final step of a vc-relax run, due to a * PW: LDA+U crash in the final step of a vc-relax run, due to a

View File

@ -127,7 +127,7 @@ SUBROUTINE readpp ( input_dft, printout )
END IF END IF
! !
! try the original location pseudo_dir, as set in input ! try the original location pseudo_dir, as set in input
! (it should already conatin a slash at the end) ! (it should already contain a slash at the end)
! !
IF ( ios /= 0 ) THEN IF ( ios /= 0 ) THEN
file_pseudo = TRIM (pseudo_dir) // TRIM (psfile(nt)) file_pseudo = TRIM (pseudo_dir) // TRIM (psfile(nt))