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/helike_recom.h

    r1732 r2034  
    44#ifndef _HELIKE_RECOM_H_ 
    55#define _HELIKE_RECOM_H_ 
    6  
    7  
    8 /* following two macros used to define recombination coef arrays */ 
    9 /* Max n desired in RRCoef file.        */ 
    10 /* >>chng 02 jan 28, from 10 to 20 so large HeI tests are fast */ 
    11 /** this is the number of levels used with the 
    12  * atom he-like levels large command */ 
    13 /* Helium itself will have precompiled recombination coefficients up to this maximum n. */ 
    14 #define HE_RREC_MAXN            40 
    15  
    16 /** Ions of the sequence will go up to this n.  */ 
    17 #define HE_LIKE_RREC_MAXN               20 
    18  
    19 #define N_HE_TE_RECOMB          41 
    20  
    21 /** This is the n to go up to when calculating total recombination.     Any change  
    22  * here will not be reflected in total recomb until "compile helike" is run     */ 
    23 #define SumUpToThisN    1000 
    24 /** the magic number for the table of recombination coefficients, YYMMDD */ 
    25 /* >>chng 02 mar 08, data structure the same but improved fits to He photo cs */ 
    26 #define RECOMBMAGIC             (51213) 
    276 
    287double DielecRecombRate( long ipISO, long nelem, long ipLo );