Changeset 2034 for branches/c08_branch/source/cont_createmesh.cpp
- Timestamp:
- 05/10/08 09:03:02 (2 months ago)
- Files:
-
- branches/c08_branch/source/cont_createmesh.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c08_branch/source/cont_createmesh.cpp
r1916 r2034 438 438 * will back up at end of routine */ 439 439 ++rfield.nupper; 440 441 /*lint -e737 loss of sign in promotion from long to unsigned long - LOTS of these */442 440 443 441 /* >>chng 03 feb 12, add fine mesh fine grid fine opacity array to keep track of line overlap */ … … 626 624 return; 627 625 } 628 /*lint +e737 loss of sign */629 626 630 627
