Show
Ignore:
Timestamp:
05/10/08 09:03:02 (6 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/hydro_recom.cpp

    r1732 r2034  
    1515#include "opacity.h" 
    1616#include "atmdat.h" 
    17  
    18 /*lint -e662 creation of  out of bound pointer */ 
    19 /*lint -e661 creation of  out of bound pointer */ 
    2017 
    2118static double RecomInt(double EE); 
     
    121118        return x1; 
    122119} 
    123  
    124  
    125 /*lint +e662 creation of  out of bound pointer */ 
    126 /*lint +e661 creation of  out of bound pointer */