aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-07-19 12:43:53 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-07-19 12:43:53 +0000
commit648dec4fea36e44e38c9acd00d17def2ff74f208 (patch)
tree782e49b922a091bcf0f310353d6c5669cfa169f3 /src/SetupPGH.c
parenteb525a9e1df2c3d86e11c8f734d75fc1fdfb8c74 (diff)
Registered reduction routines return an error code, and split reduction.c
into several files git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@243 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 1e6e76e..74cf461 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -232,7 +232,8 @@ void PUGH_DestroyPGH(pGH **GHin)
for (this_var = 0; this_var < pgroup.numvars; this_var++, variable++)
{
- for(i = 0; i < pgroup.numtimelevels; i++)
+ /* for(i = 0; i < pgroup.numtimelevels; i++)*/
+ for(i = 0; i < 1; i++)
{
switch(pgroup.grouptype)
{