From 3a4c67f14279148d6f8c57f0eeb9a0aa8a5e6e81 Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 14 Oct 2002 09:03:38 +0000 Subject: cctk_delta_space --> CCTK_DELTA_SPACE Fixes CactusEinstein/1258. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@79 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- src/ADMConstraints.F | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ADMConstraints.F b/src/ADMConstraints.F index 313c16d..a6a7703 100644 --- a/src/ADMConstraints.F +++ b/src/ADMConstraints.F @@ -79,9 +79,9 @@ c -------------------------------------------------------------- c Grid parameters. - dx = cctk_delta_space(1) - dy = cctk_delta_space(2) - dz = cctk_delta_space(3) + dx = CCTK_DELTA_SPACE(1) + dy = CCTK_DELTA_SPACE(2) + dz = CCTK_DELTA_SPACE(3) nx = cctk_lsh(1) ny = cctk_lsh(2) -- cgit v1.2.3