Show
Ignore:
Timestamp:
03/16/08 13:50:38 (10 months ago)
Author:
gary
Message:

ion_recomb_Badnell.cpp - fix reference in comment
iso_collide.cpp - update comment
iso_radiative_recomb.cpp - use debug print dprintf for debug prints
nemala2.cpp - add Pesc electron scattering to net emission
parse_punch.cpp - correct type in punch header
punch_do.cpp - organize output for punch temperature
rfield.h - fine continuum opacity offset changed from int to long
rt_line_all.cpp - fine continuum opacity offset from int to long
rt_line_one.cpp - comments corrected
thirdparty.h - fix doxygen markup for spline routines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/parse_punch.cpp

    r1815 r1852  
    20812081        else if( nMatch("TEMP",chCard) ) 
    20822082        { 
     2083                /* punch temperature command */ 
    20832084                strcpy( punch.chPunch[punch.npunch], "TEMP" ); 
    20842085                sprintf( chHeader,  
    2085                         "#depth\tte\tdt/dr\td^2T/dr^2\n" ); 
     2086                        "#depth\tTe\tcC/dT\tdt/dr\td^2T/dr^2\n" ); 
    20862087        } 
    20872088