[Commits] [svn:einsteintoolkit] GRHydro_InitData/trunk/src/ (Rev. 157)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Thu Sep 13 14:37:28 CDT 2012
User: eschnett
Date: 2012/09/13 02:37 PM
Modified:
/trunk/src/
GRHydro_Bondi.c, GRHydro_BondiM.c
Log:
Do not define M_PI explicitly
File Changes:
Directory: /trunk/src/
======================
File [modified]: GRHydro_Bondi.c
Delta lines: +0 -2
===================================================================
--- trunk/src/GRHydro_Bondi.c 2012-09-04 12:28:47 UTC (rev 156)
+++ trunk/src/GRHydro_Bondi.c 2012-09-13 19:37:28 UTC (rev 157)
@@ -38,8 +38,6 @@
#include <stdio.h>
#include <stdlib.h>
-# define M_PI 3.14159265358979323846 /* pi */
-
// set to 1 to tracing output
#define LTRACE 1
File [modified]: GRHydro_BondiM.c
Delta lines: +0 -2
===================================================================
--- trunk/src/GRHydro_BondiM.c 2012-09-04 12:28:47 UTC (rev 156)
+++ trunk/src/GRHydro_BondiM.c 2012-09-13 19:37:28 UTC (rev 157)
@@ -38,8 +38,6 @@
#include <stdio.h>
#include <stdlib.h>
-# define M_PI 3.14159265358979323846 /* pi */
-
// set to 1 to tracing output
#define LTRACE 1
More information about the Commits
mailing list