aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-11-25 13:53:34 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2007-11-25 13:53:34 -0600
commit57e22aa0cdc7e0e539b6db244c2daca3daf723a1 (patch)
tree8276c45f43bc754ba60295db909d8c049700028b /ML_ADM
parentf60318ab4cd28e15ff1dc1cb9a6a1e2875ef3f6b (diff)
Add local tensor objects for T_ab
Add local shorthands for T_ab, so that the global names which have underscores do not confuse Kranc.
Diffstat (limited to 'ML_ADM')
-rw-r--r--ML_ADM/src/ML_ADM_Minkowski.c5
-rw-r--r--ML_ADM/src/ML_ADM_RHS.c5
-rw-r--r--ML_ADM/src/ML_ADM_constraints.c5
-rw-r--r--ML_ADM/src/ML_ADM_convertFromADMBase.c5
-rw-r--r--ML_ADM/src/ML_ADM_convertToADMBase.c5
5 files changed, 5 insertions, 20 deletions
diff --git a/ML_ADM/src/ML_ADM_Minkowski.c b/ML_ADM/src/ML_ADM_Minkowski.c
index 3459a5d..8b4b7b6 100644
--- a/ML_ADM/src/ML_ADM_Minkowski.c
+++ b/ML_ADM/src/ML_ADM_Minkowski.c
@@ -5,16 +5,13 @@
#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)
diff --git a/ML_ADM/src/ML_ADM_RHS.c b/ML_ADM/src/ML_ADM_RHS.c
index 7cdbf80..52dec64 100644
--- a/ML_ADM/src/ML_ADM_RHS.c
+++ b/ML_ADM/src/ML_ADM_RHS.c
@@ -5,16 +5,13 @@
#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)
diff --git a/ML_ADM/src/ML_ADM_constraints.c b/ML_ADM/src/ML_ADM_constraints.c
index 8b9a926..c141f97 100644
--- a/ML_ADM/src/ML_ADM_constraints.c
+++ b/ML_ADM/src/ML_ADM_constraints.c
@@ -5,16 +5,13 @@
#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)
diff --git a/ML_ADM/src/ML_ADM_convertFromADMBase.c b/ML_ADM/src/ML_ADM_convertFromADMBase.c
index d60c070..1288d06 100644
--- a/ML_ADM/src/ML_ADM_convertFromADMBase.c
+++ b/ML_ADM/src/ML_ADM_convertFromADMBase.c
@@ -5,16 +5,13 @@
#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)
diff --git a/ML_ADM/src/ML_ADM_convertToADMBase.c b/ML_ADM/src/ML_ADM_convertToADMBase.c
index 8b62ff9..87dc888 100644
--- a/ML_ADM/src/ML_ADM_convertToADMBase.c
+++ b/ML_ADM/src/ML_ADM_convertToADMBase.c
@@ -5,16 +5,13 @@
#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)