From 13115e7160e23fa82bde683534b801249da1d470 Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 13 Sep 2012 19:37:28 +0000 Subject: Do not define M_PI explicitly git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@157 ac85fae7-cede-4708-beff-ae01c7fa1c26 --- src/GRHydro_Bondi.c | 2 -- src/GRHydro_BondiM.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/GRHydro_Bondi.c b/src/GRHydro_Bondi.c index 96409e0..c657eec 100644 --- a/src/GRHydro_Bondi.c +++ b/src/GRHydro_Bondi.c @@ -38,8 +38,6 @@ #include #include -# define M_PI 3.14159265358979323846 /* pi */ - // set to 1 to tracing output #define LTRACE 1 diff --git a/src/GRHydro_BondiM.c b/src/GRHydro_BondiM.c index 1eeb920..0051499 100644 --- a/src/GRHydro_BondiM.c +++ b/src/GRHydro_BondiM.c @@ -38,8 +38,6 @@ #include #include -# define M_PI 3.14159265358979323846 /* pi */ - // set to 1 to tracing output #define LTRACE 1 -- cgit v1.2.3