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 9804e26..1b62085 100644
--- a/src/macro/DYDK_declare.h
+++ b/src/macro/DYDK_declare.h
@@ -59,15 +59,15 @@
#define DYDK_OO2DY dydk_oo2dy
/* Declare internal variables */
- REAL DYDK_OO2DY
+ CCTK_REAL DYDK_OO2DY
/* Declare output variables */
- REAL DYDK_DYDKXX
- REAL DYDK_DYDKXY
- REAL DYDK_DYDKXZ
- REAL DYDK_DYDKYY
- REAL DYDK_DYDKYZ
- REAL 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