Changeset 1962
- Timestamp:
- 04/22/08 10:54:20 (4 weeks ago)
- Files:
-
- trunk/source/assert_results.cpp (modified) (1 diff)
- trunk/source/ion_silic.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/assert_results.cpp
r1960 r1962 1885 1885 strcpy( chElemLabelCaseB , elementnames.chElementSym[nelemCaseB] ); 1886 1886 char chNumb[4]; 1887 sprintf( chNumb , "%2 i" , nelemCaseB+1-nISOCaseB );1887 sprintf( chNumb , "%2li" , nelemCaseB+1-nISOCaseB ); 1888 1888 strcat( chElemLabelCaseB , chNumb ); 1889 1889 trunk/source/ion_silic.cpp
r1960 r1962 35 35 36 36 bool lgPrtDebug=false; 37 static long nzUsed = -1;38 static double OldRate = 0.;39 37 40 38 DEBUG_ENTRY( "IonSilic()" ); … … 49 47 50 48 # if 0 49 static long nzUsed = -1; 50 static double OldRate = 0.; 51 51 52 /* 2008 apr 18, this appears to try to damp out changes in the valence 52 53 * shell photo rate - perhaps due to Lya oscillations in dust free
