| 
    Cloudy
    
   Spectral Synthesis Code for Astrophysics 
   | 
 

Namespaces | |
| Time | |
Macros | |
| #define | NUMBEROF(a) (sizeof(a)/sizeof((a)[0])) | 
Functions | |
| void | ParseAge (Parser &p) | 
Variables | |
| const double | Time::YEAR =3.15569e7 | 
| const double | Time::MILLENIUM =YEAR*1000. | 
| const double | Time::CENTURY =YEAR*100. | 
| const double | Time::MONTH =YEAR/12. | 
| const double | Time::FORTNIGHT =(24.*3600.*14.) | 
| const double | Time::WEEK =(24.*3600.*7.) | 
| const double | Time::DAY =(24.*3600.) | 
| const double | Time::HOUR =3600. | 
| const double | Time::MINUTE =60. | 
| const double | Time::SECOND =1. | 
| KeyAction< UnitConverter > | Time::TimeUnits [] | 
| #define NUMBEROF | ( | a | ) | (sizeof(a)/sizeof((a)[0])) | 
Referenced by ParseAge().
| void ParseAge | ( | Parser & | p | ) | 
ParseAge - parse the age command
References cdEXIT, t_timesc::CloudAgeSet, DEBUG_ENTRY, EXIT_FAILURE, exp10(), Parser::FFmtRead(), fprintf(), ioQQQ, Parser::lgEOL(), NUMBEROF, Parser::nWord(), parserProcess(), timesc, and Time::TimeUnits.
Referenced by ParseCommands().
