aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/ML_ADM_Minkowski.c
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-11-21 15:31:02 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2007-11-21 15:31:02 -0600
commit499d92fc4bd7237c78e38d5dfa4831d2f897cf8d (patch)
treea80f371d30527f09c6ff1d6f75c1a2b8301f2d05 /ML_ADM/src/ML_ADM_Minkowski.c
parente748aba76802fc5afee4be0164758f0da4819193 (diff)
Begin to add Tmunu terms
Diffstat (limited to 'ML_ADM/src/ML_ADM_Minkowski.c')
-rw-r--r--ML_ADM/src/ML_ADM_Minkowski.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/ML_ADM/src/ML_ADM_Minkowski.c b/ML_ADM/src/ML_ADM_Minkowski.c
index bfdfb22..3459a5d 100644
--- a/ML_ADM/src/ML_ADM_Minkowski.c
+++ b/ML_ADM/src/ML_ADM_Minkowski.c
@@ -1,17 +1,20 @@
-/* File produced by user diener */
-/* Produced with Mathematica Version 6.0 for Linux x86 (32-bit) (April 20, 2007) */
+/* File produced by user eschnett */
+/* Produced with Mathematica Version 6.0 for Mac OS X x86 (32-bit) (April 20, 2007) */
/* Mathematica script written by Ian Hinder and Sascha Husa */
#define KRANC_C
-#include <math.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "GenericFD.h"
#include "Differencing.h"
#include "loopcontrol.h"
+#include <math.h>
+#ifdef HAVE_TGMATH_H
+# include <tgmath.h>
+#endif
/* Define macros used in calculations */
#define INITVALUE (42)