Changeset 1960 for trunk/source/heat_punch.cpp
- Timestamp:
- 04/21/08 12:36:51 (9 months ago)
- Files:
-
- 1 modified
-
trunk/source/heat_punch.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/heat_punch.cpp
r1771 r1960 319 319 j = jpsave[ip]; 320 320 ASSERT( i<LIMELM && j<LIMELM ); 321 /*lint -e662 out of bounds array index */322 321 if(k > 4 && thermal.heating[i][j]/heat_total < punch.WeakHeatCool) 323 322 break; 324 /*lint +e662 out of bounds array index */325 323 fprintf( io, "\t%s\t%.7f ", 326 324 chLabel[ip], save[ip] );
