diff options
author | Stan Seibert <stan@mtrr.org> | 2011-09-19 14:36:13 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-09-19 14:36:13 -0400 |
commit | a21b05e4727403e2e061234289af9e60e6022e5a (patch) | |
tree | 7a7d4c5809c370f3e542cfc8cb0bec7c2e4f5cdc /src/physical_constants.h | |
parent | cfecff941fc619eb7269128afc62d9c11ae78aff (diff) | |
parent | a38c56ff1e268298568077af7f03c8ac64c6fb82 (diff) | |
download | chroma-a21b05e4727403e2e061234289af9e60e6022e5a.tar.gz chroma-a21b05e4727403e2e061234289af9e60e6022e5a.tar.bz2 chroma-a21b05e4727403e2e061234289af9e60e6022e5a.zip |
merge relayout branch
Diffstat (limited to 'src/physical_constants.h')
-rw-r--r-- | src/physical_constants.h | 7 |
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 |