From 142b3c3caff164deb9bc7b2848e58e52387723ff Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Fri, 16 Sep 2011 15:02:02 -0400 Subject: Move CUDA source inside chroma package, rename tests directory to test --- src/physical_constants.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/physical_constants.h (limited to 'src/physical_constants.h') 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 -- cgit