#include <version.h>
Data Fields | |
char * | chDate |
char * | chVersion |
long int | nBetaVer |
bool | lgRelease |
char | chInfo [INPUT_LINE_LENGTH] |
const char * | chCitation |
const char * | chCitationShort |
const char * | chCitationLatex |
Definition at line 9 of file version.h.
const char* t_version::chCitation |
string to print with print citation command
Definition at line 29 of file version.h.
Referenced by cdInit(), and ParsePrint().
const char* t_version::chCitationLatex |
string to print latex bibitem with print citation command
Definition at line 35 of file version.h.
Referenced by cdInit(), and ParsePrint().
const char* t_version::chCitationShort |
abbreviated form to print with print citation command
Definition at line 32 of file version.h.
Referenced by cdInit(), and ParsePrint().
char* t_version::chDate |
date of this version of the code as a string, set in cdinit.c, where space is allocated
Definition at line 13 of file version.h.
Referenced by cdDate(), cdInit(), grid_do(), mie_write_opc(), optimize_phymir(), and ParseCommands().
information about when and how the code was compiled
Definition at line 26 of file version.h.
Referenced by cdInit(), lgCheckAsserts(), ShowMe(), and writeCloudyDetails().
char* t_version::chVersion |
version number of this version of the code, as a string, set in cdinit.c where space is allocated
Definition at line 17 of file version.h.
Referenced by cdInit(), cdVersion(), grid_do(), mie_write_opc(), optimize_phymir(), ParseCommands(), ParsePrint(), ParsePunch(), PrtFinal(), and ShowMe().
bool t_version::lgRelease |
long int t_version::nBetaVer |
normally zero, non-zero if this is a beta test version
Definition at line 20 of file version.h.
Referenced by cdInit(), ParseCommands(), PrtComment(), and PrtFinal().