Recent change to output broke xcrysden "display all coordinates as animation".

The English is bad ("Cartesian" should be capitalized) but the fix is good.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13254 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2017-01-16 12:29:12 +00:00
parent 61a9122f55
commit d9cf3c5468
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ SUBROUTINE forces()
!
! ... write on output the forces
!
WRITE( stdout, '(/,5x,"Forces acting on atoms (Cartesian axes, Ry/au):", / )')
WRITE( stdout, '(/,5x,"Forces acting on atoms (cartesian axes, Ry/au):", / )')
DO na = 1, nat
WRITE( stdout, 9035) na, ityp(na), force(:,na)
END DO