Variable nimage was not initialized.

C.S.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@860 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sbraccia 2004-05-07 15:48:50 +00:00
parent eb22926786
commit 7841e1f964
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ SUBROUTINE startup( nd_nmbr, code, version )
!
! ... How many parallel images ?
!
nargs = iargc()
nimage = 1
nargs = iargc()
!
DO iiarg = 1, ( nargs - 1 )
!