summaryrefslogtreecommitdiff
path: root/src/physical_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physical_constants.h')
-rw-r--r--src/physical_constants.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/physical_constants.h b/src/physical_constants.h
new file mode 100644
index 0000000..d591e93
--- /dev/null
+++ b/src/physical_constants.h
@@ -0,0 +1,8 @@
+#ifndef __PHYSICAL_CONSTANTS_H__
+#define __PHYSICAL_CONSTANTS_H__
+
+#define SPEED_OF_LIGHT 2.99792458e8
+#define PI 3.141592653589793
+#define EPSILON 1.0e-3
+
+#endif