git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1977 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2005-06-22 13:56:55 +00:00
parent 58b2e402ca
commit d4a9ef7104
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,7 @@ SUBROUTINE get_file( input_file )
!
CHARACTER (LEN=256) :: prgname
! do not define iargc as external: g95 does not like it
INTEGER :: nargs, ierr, iargc
INTEGER :: nargs, iargc
LOGICAL :: exst
!
nargs = iargc()
@ -80,6 +80,7 @@ SUBROUTINE get_file( input_file )
ELSE
CALL errore( TRIM(prgname), 'too many arguments' , nargs )
END IF
RETURN
20 CALL errore( TRIM(prgname), 'reading file name' , 1 )
!
END SUBROUTINE get_file