Show
Ignore:
Timestamp:
04/01/08 09:29:16 (9 months ago)
Author:
gary
Message:

cddefines.h atmdat_chianti.cpp - add variable to identify species within state

atmdat_lamda.cpp - remember atomic weight from lamda database

cont_createpointers.cpp - bugfix - save dampXvel rather than damp

prt_lines_continuum.cpp - comments

punch_do.cpp, punch_line.cpp - comments

rt_escprob.cpp - assert damping constant is positive for partial redistribution

rt_tau_inc.cpp - increment database line optical depths

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/atmdat_chianti.cpp

    r1815 r1906  
    263263                strncpy(atmolStates[intNS][j].chLabel,Species[intNS].chptrSpName, 4); 
    264264                atmolStates[intNS][j].chLabel[4] = '\0'; 
     265 
     266                /*Index for keep track of species index*/ 
     267                atmolStates[intNS][j].AtmolIndex = intNS; 
    265268 
    266269                fstatwt = (realnum)atof(&chLine[SWS]);