Show
Ignore:
Timestamp:
04/21/08 12:36:51 (9 months ago)
Author:
gary
Message:

tidy up code - no change in any executable statements

upgrade lint, removed lint directives no longer needed
removed unused header files
extra ; removed in lines ending in ;;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/heat_punch.cpp

    r1771 r1960  
    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] );