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/cont_setintensity.cpp

    r1815 r1822  
    17891789                        if( trace.lgTrace ) 
    17901790                        { 
    1791                                 fprintf( ioQQQ, " conorm finds luminosity range is%10.3e to %9.3e Ryd, factor is%11.4e\n",  
     1791                                fprintf( ioQQQ, " conorm finds luminosity range is %10.3e to %9.3e Ryd, factor is %11.4e\n",  
    17921792                                  rfield.range[i][0], rfield.range[i][1],  
    17931793                                  rfield.spfac[i] );