Changeset 2096 for branches/newmole/source/conv_base.cpp
- Timestamp:
- 05/30/08 07:04:12 (7 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/conv_base.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/conv_base.cpp
r2090 r2096 618 618 iso.xIonSimple[ipISO][nelem]<1e-10) ) 619 619 { 620 const realnum err_tol = 1e-2 ;620 const realnum err_tol = 1e-2f; 621 621 realnum abund = 0.; 622 622 for (long n=0; n<iso.numLevels_local[ipISO][nelem]; ++n) 623 623 { 624 abund += StatesElem[ipISO][nelem][n].Pop;624 abund += (realnum)StatesElem[ipISO][nelem][n].Pop; 625 625 } 626 626 if( conv.lgConvIoniz && iso.pop_ion_ov_neut[ipISO][nelem] > 1e-15 &&
