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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macro/DYYDG_declare.h b/src/macro/DYYDG_declare.h
index ceefedf..e2421ed 100644
--- a/src/macro/DYYDG_declare.h
+++ b/src/macro/DYYDG_declare.h
@@ -79,7 +79,7 @@
/* Declare internal variables */
double DYYDG_FAC;
-double DYYDG_OODY2 = 1/(GH->dy0*GH->dy0);
+double DYYDG_OODY2 = 1/(cctkGH->cctk_delta_space[1]*cctkGH->cctk_delta_space[1]);
/* Declare output variables */
double DYYDG_DYYDGXX;