aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2005-05-31 12:03:25 +0000
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2005-05-31 12:03:25 +0000
commita029c2095de3845d3b42f441fe04eaefdc9d52a5 (patch)
treec8cd9b589fe1ae4e8f98b79ef879ff97eac71279 /cube.c
parentcaee305b47bd93eda98ba40d98de7aa180a470c7 (diff)
downloadpuzzles-a029c2095de3845d3b42f441fe04eaefdc9d52a5.zip
puzzles-a029c2095de3845d3b42f441fe04eaefdc9d52a5.tar.gz
puzzles-a029c2095de3845d3b42f441fe04eaefdc9d52a5.tar.bz2
puzzles-a029c2095de3845d3b42f441fe04eaefdc9d52a5.tar.xz
Move definition of PI into puzzles.h. If nothing else, the definition in cube.c
had a typo :) [originally from svn r5878]
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cube.c b/cube.c
index bf24960..671918e 100644
--- a/cube.c
+++ b/cube.c
@@ -11,8 +11,6 @@
#include "puzzles.h"
-#define PI 3.14159265358979323846264338327950884197169399
-
#define MAXVERTICES 20
#define MAXFACES 20
#define MAXORDER 4