MarlinUtil  1.12.1
constants.h
1 #ifndef constants_h
2 #define constants_h
3 
6 namespace constants
7 {
8  extern const double twopi;
9 }
10 #endif