aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYDK_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/DYDK_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/DYDK_declare.h')
-rw-r--r--src/macro/DYDK_declare.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/macro/DYDK_declare.h b/src/macro/DYDK_declare.h
index 1b62085..d22106f 100644
--- a/src/macro/DYDK_declare.h
+++ b/src/macro/DYDK_declare.h
@@ -119,15 +119,15 @@
#define DYDK_OO2DY dydk_oo2dy
/* Declare internal variables */
-double DYDK_OO2DY;
+CCTK_REAL DYDK_OO2DY;
/* Declare output variables */
-double DYDK_DYDKXX;
-double DYDK_DYDKXY;
-double DYDK_DYDKXZ;
-double DYDK_DYDKYY;
-double DYDK_DYDKYZ;
-double DYDK_DYDKZZ;
+CCTK_REAL DYDK_DYDKXX;
+CCTK_REAL DYDK_DYDKXY;
+CCTK_REAL DYDK_DYDKXZ;
+CCTK_REAL DYDK_DYDKYY;
+CCTK_REAL DYDK_DYDKYZ;
+CCTK_REAL DYDK_DYDKZZ;
#endif