Misleading error message

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5532 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2009-04-28 08:48:18 +00:00
parent 0ae5f1597b
commit b09643e188
1 changed files with 1 additions and 1 deletions

View File

@ -952,7 +952,7 @@ SUBROUTINE iosys()
CASE DEFAULT CASE DEFAULT
! !
CALL errore( 'iosys', 'diagonalization ' // & CALL errore( 'iosys', 'diagonalization ' // &
& TRIM( calculation ) // ' not implemented', 1 ) & TRIM( diagonalization ) // ' not implemented', 1 )
! !
END SELECT END SELECT
! !