summaryrefslogtreecommitdiff
path: root/src/physical_constants.h
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-09-16 15:02:02 -0400
committerStan Seibert <stan@mtrr.org>2011-09-16 15:02:02 -0400
commit142b3c3caff164deb9bc7b2848e58e52387723ff (patch)
tree417da3ad69a2756aff7a21dca4b08733d3e87afb /src/physical_constants.h
parent084dfd08b714faefaea77cb7dc04d2e93dc04b1d (diff)
downloadchroma-142b3c3caff164deb9bc7b2848e58e52387723ff.tar.gz
chroma-142b3c3caff164deb9bc7b2848e58e52387723ff.tar.bz2
chroma-142b3c3caff164deb9bc7b2848e58e52387723ff.zip
Move CUDA source inside chroma package, rename tests directory to test
Diffstat (limited to 'src/physical_constants.h')
-rw-r--r--src/physical_constants.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/physical_constants.h b/src/physical_constants.h
deleted file mode 100644
index 2ff87cd..0000000
--- a/src/physical_constants.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __PHYSICAL_CONSTANTS_H__
-#define __PHYSICAL_CONSTANTS_H__
-
-#define SPEED_OF_LIGHT 2.99792458e8
-#define PI 3.141592653589793
-
-#endif