Show
Ignore:
Timestamp:
03/04/08 13:46:42 (9 months ago)
Author:
rporter
Message:

trunk/source - mostly minor refactoring, slight cleanup, removing some unnecessary casts to realnum, promoting some intermediate variables to double. This should fix *most* of the precision-dependent issues we've had recently. Also these test suite changes:

trunk/tsuite/auto/blr_hizqso.in - add convergence reason output

trunk/tsuite/auto/coll_heat_only.in - add convergence reason and dr output

trunk/tsuite/auto/limit_lte_hhe_coll_t50.in - print more departure coefficients and populations

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/atom_seq_beryllium.cpp

    r1771 r1822  
    267267 
    268268        /* compute ratio Aul/(Aul+Cul) */ 
    269         t->Emis->ColOvTot = (realnum)(c02/r02); 
     269        t->Emis->ColOvTot = c02/r02; 
    270270 
    271271        t->Lo->Pop = AbunxIon;