aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DETG_declare.h
diff options
context:
space:
mode:
authorschnetter <schnetter@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-01-02 17:05:47 +0000
committerschnetter <schnetter@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-01-02 17:05:47 +0000
commiteaf8e72ac123b92a1e32e7b504905ecb2506d0dc (patch)
treeed98935a703ccac96cc293c461ad7e4daccebe5b /src/macro/DETG_declare.h
parent50fca33a874c1c5911f03c511bf881d335ddefec (diff)
Replace "double" declarations by "CCTK_REAL" declarations.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@66 b1d164ef-f17a-46e7-89d4-021c7118ef4e
Diffstat (limited to 'src/macro/DETG_declare.h')
-rw-r--r--src/macro/DETG_declare.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/macro/DETG_declare.h b/src/macro/DETG_declare.h
index 640515c..50aecde 100644
--- a/src/macro/DETG_declare.h
+++ b/src/macro/DETG_declare.h
@@ -110,17 +110,17 @@
#define DETG_TEMPZZ detg_tempzz
/* Declare internal variables */
-double DETG_PSI4;
-double DETG_TEMPXX;
-double DETG_TEMPXY;
-double DETG_TEMPXZ;
-double DETG_TEMPYY;
-double DETG_TEMPYZ;
-double DETG_TEMPZZ;
+CCTK_REAL DETG_PSI4;
+CCTK_REAL DETG_TEMPXX;
+CCTK_REAL DETG_TEMPXY;
+CCTK_REAL DETG_TEMPXZ;
+CCTK_REAL DETG_TEMPYY;
+CCTK_REAL DETG_TEMPYZ;
+CCTK_REAL DETG_TEMPZZ;
/* Declare output variables */
-double DETG_DETG;
-double DETG_DETCG;
+CCTK_REAL DETG_DETG;
+CCTK_REAL DETG_DETCG;
#endif