ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
constants.h
Go to the documentation of this file.
1 #ifndef _CONSTANTS_H
2 #define _CONSTANTS_H
3 
4 #include "matrix.h"
5 
6 extern const double PI;
7 extern const double SIG_SB;
8 extern const double K_BOL;
9 extern const double HYDROGEN_MASS;
10 extern const double A_RAD;
11 extern const double GRAV;
12 extern const double C_LIGHT;
13 
14 extern const double M_SUN;
15 extern const double R_SUN;
16 extern const double L_SUN;
17 
18 extern double_map AMASS;
19 
20 #endif
const double GRAV
const double M_SUN
double_map AMASS
Definition: global.cpp:22
Definition: matrix.h:248
const double PI
const double K_BOL
const double SIG_SB
const double C_LIGHT
const double L_SUN
const double R_SUN
const double HYDROGEN_MASS
const double A_RAD