Fix of a recently introduced bug: pseudo_dir in pw_restart had not a slash.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7836 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2011-06-06 13:16:15 +00:00
parent 192b4b2ad1
commit 27d88c828d
1 changed files with 1 additions and 1 deletions

View File

@ -1638,7 +1638,7 @@ MODULE pw_restart
!
IF ( ierr > 0 ) RETURN
!
pseudo_dir = TRIM( dirname )
pseudo_dir = TRIM( dirname ) // '/'
!
IF ( ionode ) THEN