Changeset 2133 for trunk/source/prt.h

Show
Ignore:
Timestamp:
06/27/08 06:20:29 (5 months ago)
Author:
gary
Message:

these implement two additional command line options for time dependent simulations

print lines cumulative - will print time-integrated spectrum in addition to spectrum for every time step

stop temperature xxx time
iterations/time steps will stop then the temperature of the last zone falls below the number. intended for stopping cals of single cell of cooling gas.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/prt.h

    r1732 r2133  
    217217         * in exponential format */ 
    218218        bool lgPrtLineLog; 
     219 
     220        /** flag set by print line cumulative command, also print large set of 
     221         * emission line integrated intensities over time depend model */ 
     222        bool lgPrintLineCumulative; 
    219223 
    220224        /** quantities to do with radiation field and printed in header */