Show
Ignore:
Timestamp:
06/25/08 11:17:40 (7 months ago)
Author:
rporter
Message:

/trunk/source - a bunch of relatively minor changes, essentially all refactoring and comments. One change to command parser. "atom XX-like error generation" now accepts "PESSimistic" option, which chooses the worst of two sets of data in the Monte Carlo calculation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/helike_cs.h

    r1732 r2127  
    7676 
    7777/**CS_l_mixing_PS64 Collision treatment based on Pengelly and Seaton 1964 
    78 \param ipISO 
    79 \param nelem the chemical element, 1 for He 
    80 \param ipLo lower level, 0 for ground 
    81 \param ipHi upper level, 0 for ground 
     78\param nelem, the chemical element, 1 for He 
     79\param tau, 
     80\param target_charge, 
     81\param n, 
     82\param l, 
     83\param gHi, 
    8284\param Collider 
    8385*/ 
    8486double CS_l_mixing_PS64( 
    85         long int ipISO, 
    8687        long int nelem, 
    87         long int ipLo , 
    88         long int ipHi , 
    89         long int Collider ); 
     88        double tau, 
     89        double target_charge, 
     90        long int n, 
     91        long int l, 
     92        double gHi, 
     93        long int Collider); 
    9094 
    9195/**CS_l_mixing_VF01 Collision treatment based on Vrinceanu and Flannery 2001