Changeset 685 for trunk/source/rt_stark.cpp
- Timestamp:
- 12/05/06 18:14:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/source/rt_stark.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/rt_stark.cpp
r604 r685 58 58 * with negative optical depths, 59 59 * 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); 61 62 hydro.pestrk[ipH1s][ipH2p] = strkla/2.*MAX2(1.,aa); 62 63
