More consistent fix.

May the authors of the following comment explain it?
      USE input_parameters,     ONLY : pseudo_dir
                                     ! warning, pseudo_dir in the data-file
                                     ! should always point to the original
                                     ! dir specified in the input.


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

View File

@ -1614,7 +1614,7 @@ MODULE pw_restart
!
USE ions_base, ONLY : nat, nsp, ityp, amass, atm, tau, if_pos
USE cell_base, ONLY : alat
USE io_files, ONLY : psfile, pseudo_dir
USE io_files, ONLY : psfile, pseudo_dir, trimcheck
!
IMPLICIT NONE
!
@ -1638,8 +1638,7 @@ MODULE pw_restart
!
IF ( ierr > 0 ) RETURN
!
pseudo_dir = TRIM( dirname ) // '/'
pseudo_dir = trimcheck ( dirname )
!
IF ( ionode ) THEN
!