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_config/libIGCM_config.ksh

    r341 r365  
    271271            IGCM_debug_Print 1 "Number of years for PeriodLength : ${PeriodLengthInYears}" 
    272272            PeriodLengthInDays=0 
     273            typeset i 
    273274            i=0 
    274275            until [ $i -ge $PeriodLengthInYears ] ; do  
     
    281282            IGCM_debug_Print 1 "Number of months for PeriodLength : ${PeriodLengthInMonths}" 
    282283            PeriodLengthInDays=0 
     284            typeset i 
    283285            i=0 
    284286            until [ $i -ge $PeriodLengthInMonths ] ; do  
     
    476478    #==================================# 
    477479 
     480    typeset i 
    478481    (( i=0 )) 
    479482    if ( ${FirstInitialize} ) ; then 
Note: See TracChangeset for help on using the changeset viewer.