Show
Ignore:
Timestamp:
12/05/06 18:14:43 (2 years ago)
Author:
gary
Message:

dayslow_master.pl - use icl rather than gcc for slow test suite
ion_solver.cpp - undo bug introduced in rev 622. now looks at matrix elements to see if singular
rt_stark.cpp - resolved ambiguous overload
blr_n09_p18_Z20.in - add punch convergence error command
limit_hi_ion.in - renamed func_hi_ion.in to this since it tests code in high ionization limit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/rt_stark.cpp

    r604 r685  
    5858         * with negative optical depths, 
    5959         * NB did not understand why neg optical depths started */ 
    60         aa = pow(SDIV(EmisLines[ipH_LIKE][ipHYDROGEN][ipH2p][ipH1s].TauIn),-0.75f); 
     60        aa = (float)SDIV(EmisLines[ipH_LIKE][ipHYDROGEN][ipH2p][ipH1s].TauIn); 
     61        aa = pow( aa ,-0.75); 
    6162        hydro.pestrk[ipH1s][ipH2p] = strkla/2.*MAX2(1.,aa); 
    6263