aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYYDG_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DYYDG_declare.h')
-rw-r--r--src/macro/DYYDG_declare.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/macro/DYYDG_declare.h b/src/macro/DYYDG_declare.h
index ec88efa..100441a 100644
--- a/src/macro/DYYDG_declare.h
+++ b/src/macro/DYYDG_declare.h
@@ -78,16 +78,16 @@
#define DYYDG_DYYDPSI_O_PSI psiyy[ijk]
/* Declare internal variables */
-double DYYDG_FAC;
-double DYYDG_OODY2 = 1/(cctkGH->cctk_delta_space[1]*cctkGH->cctk_delta_space[1]);
+CCTK_REAL DYYDG_FAC;
+CCTK_REAL DYYDG_OODY2 = 1/(cctkGH->cctk_delta_space[1]*cctkGH->cctk_delta_space[1]);
/* Declare output variables */
-double DYYDG_DYYDGXX;
-double DYYDG_DYYDGXY;
-double DYYDG_DYYDGXZ;
-double DYYDG_DYYDGYY;
-double DYYDG_DYYDGYZ;
-double DYYDG_DYYDGZZ;
+CCTK_REAL DYYDG_DYYDGXX;
+CCTK_REAL DYYDG_DYYDGXY;
+CCTK_REAL DYYDG_DYYDGXZ;
+CCTK_REAL DYYDG_DYYDGYY;
+CCTK_REAL DYYDG_DYYDGYZ;
+CCTK_REAL DYYDG_DYYDGZZ;
#endif