Changeset 2127 for trunk/source/helike_cs.h
- Timestamp:
- 06/25/08 11:17:40 (7 months ago)
- Files:
-
- 1 modified
-
trunk/source/helike_cs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/helike_cs.h
r1732 r2127 76 76 77 77 /**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, 82 84 \param Collider 83 85 */ 84 86 double CS_l_mixing_PS64( 85 long int ipISO,86 87 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); 90 94 91 95 /**CS_l_mixing_VF01 Collision treatment based on Vrinceanu and Flannery 2001
