Show
Ignore:
Timestamp:
05/21/07 20:25:16 (20 months ago)
Author:
gary
Message:

most files, remove dead code, correct comments

init_coreload.cpp - start of reorganizing punch commands

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/punch_do.cpp

    r1142 r1144  
    175175                /* this global variable to remember where in the punch stack we are */ 
    176176                punch.ipConPun = ipPun; 
    177                 /*  
     177 
     178                /* iterations.lgLastIt is true if this is last iteration 
    178179                 * lgPunLstIter set true if 'last' key occurred on punch command 
    179180                 * normally is false.  This will skip punching if last set and 
    180                  * this is not last iteration 
    181                  */ 
    182  
     181                 * this is not last iteration */ 
    183182                if( iterations.lgLastIt || (!punch.lgPunLstIter[ipPun]) ) 
    184183                {