Show
Ignore:
Timestamp:
05/10/08 09:03:02 (2 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c08_branch/source/heat_punch.cpp

    r1771 r2034  
    319319                j = jpsave[ip]; 
    320320                ASSERT( i<LIMELM && j<LIMELM ); 
    321                 /*lint -e662 out of bounds array index */ 
    322321                if(k > 4 && thermal.heating[i][j]/heat_total < punch.WeakHeatCool) 
    323322                        break; 
    324                 /*lint +e662 out of bounds array index */ 
    325323                fprintf( io, "\t%s\t%.7f ",  
    326324                        chLabel[ip], save[ip] );