summaryrefslogtreecommitdiff
path: root/src/physical_constants.h
blob: 2ff87cde4b670cc1b7088e4ad9b2b956a38722f5 (plain)
1
2
3
4
5
6
7
#ifndef __PHYSICAL_CONSTANTS_H__
#define __PHYSICAL_CONSTANTS_H__

#define SPEED_OF_LIGHT 2.99792458e8
#define PI 3.141592653589793

#endif