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

Merging all changes from mainline upto r2033, except r1902.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/heat_sum.cpp

    r1822 r2034  
    2424/* this is the faintest relative heating we will print */ 
    2525static const double FAINT_HEAT = 0.02; 
    26 /*lint -e661 possible creation of out of bounds pointer */ 
    27 /*lint -e662 possible creation of out of bounds pointer */ 
    28 /*lint -e771 out of bounds pointer */ 
    2926 
    3027static const bool PRT_DERIV = false; 
     
    901898        return; 
    902899} 
    903 /*lint +e661 possible creation of out of bounds pointer */ 
    904 /*lint +e662 possible creation of out of bounds pointer */ 
    905 /*lint +e771 out of bounds pointer */