Show
Ignore:
Timestamp:
05/17/08 09:51:43 (8 months ago)
Author:
rjrw
Message:

Merged from trunk r2022:2078

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/cddrive.h

    r1918 r2079  
    536536         3                      the reflected continuum, same units 
    537537         
    538          4                      diffuse continuous emission outward direction 
    539          5                      diffuse continuous emission, reflected 
     538         4                      diffuse emission outward direction 
     539         5                      diffuse emission, reflected 
    540540         
    541541         6                      collisional+recombination lines, outward 
     
    547547          
    548548        \param nEnergy the number of cells + 1 
     549        \param ipLoEnergy 
     550        \param ipHiEnergy 
    549551        \param ReturnedSpectrum[] the returned spectrum, same size is two energy spectra (see option), returns nEnergy -1 pts 
    550552 */  
     
    552554        int Option , 
    553555    long int nEnergy , 
     556        long int ipLoEnergy, 
     557        long int ipHiEnergy, 
    554558    realnum ReturnedSpectrum[] ); 
    555559