Ignore:
Timestamp:
10/20/10 14:55:57 (14 years ago)
Author:
mmaipsl
Message:

make some i variables local to there subroutines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/libIGCM_post.ksh

    r337 r365  
    459459                # Number of chunck jobs to configure and submit 
    460460                eval NbJob=\${#CHUNCK${Dimension}_COMP[@]} 
    461                 export i=0 
     461                typeset i 
     462                i=0 
    462463                until [ $i -ge $NbJob ]; do 
    463464                    CompToRead=$( eval echo \${CHUNCK${Dimension}_COMP[\${i}]} ) 
Note: See TracChangeset for help on using the changeset viewer.