|
cloudy
trunk
|
#include "physconst_template.h"

Go to the source code of this file.
Data Structures | |
| class | t_physconst |
Macros | |
| #define | NEW_CONSTANT(NAME, VALUE) const double NAME = (VALUE) |
Functions | |
| void | prt_phys_constants (FILE *io) |
| #define NEW_CONSTANT | ( | NAME, | |
| VALUE | |||
| ) | const double NAME = (VALUE) |
Definition at line 40 of file physconst.h.
| void prt_phys_constants | ( | FILE * | io | ) |
Definition at line 55 of file physconst.cpp.
References Singleton< t_physconst >::Inst(), and t_physconst::prt_constants().
Referenced by prt_constants().

1.8.5