aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYDK_declare.h
diff options
context:
space:
mode:
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