aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-22 07:24:57 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-22 07:24:57 +0000
commit0dff01b1a3aa070559799893c8a34a0cb2b39fc8 (patch)
treee564371765b7721a8e13bc5fd27eb9b8a022d154 /src/GHExtension.c
parent5766dbcaec17c3873f5157d6c894a1575ee1d22e (diff)
Macro name changes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@279 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 624f990..876c230 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -102,7 +102,7 @@ void *PUGH_SetupGH(tFleshConfig *config,
{
groupsize[i]=*size[i];
/* Check distribution type */
- if (pgroup.disttype == DISTRIB_CONSTANT)
+ if (pgroup.disttype == CCTK_DISTRIB_CONSTANT)
{
groupsize[i] = -groupsize[i];
}