aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYZDG_declare.h
diff options
context:
space:
mode:
authorallen <allen@b1d164ef-f17a-46e7-89d4-021c7118ef4e>1999-10-17 10:52:12 +0000
committerallen <allen@b1d164ef-f17a-46e7-89d4-021c7118ef4e>1999-10-17 10:52:12 +0000
commit40ff2e7f9eb54cf3b7b20f8879543d5f2113f8c0 (patch)
tree7c6d20f2a047e40dd7899cdea4fc87c4d5176cf7 /src/macro/DYZDG_declare.h
parentf11bff8768bc19ff81f444c951e2b201d1461ddd (diff)
Fixing up macros for C
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@13 b1d164ef-f17a-46e7-89d4-021c7118ef4e
Diffstat (limited to 'src/macro/DYZDG_declare.h')
-rw-r--r--src/macro/DYZDG_declare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macro/DYZDG_declare.h b/src/macro/DYZDG_declare.h
index c9614ef..f599f22 100644
--- a/src/macro/DYZDG_declare.h
+++ b/src/macro/DYZDG_declare.h
@@ -191,7 +191,7 @@
/* Declare internal variables */
double DYZDG_FAC;
-double DYZDG_OO4DYDZ = 1/(4*GH->dy0*GH->dz0);
+double DYZDG_OO4DYDZ = 1/(4*cctkGH->cctk_delta_space[1]*cctkGH->cctk_delta_space[2]);
/* Declare output variables */
double DYZDG_DYZDGXX;