aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-05-18 21:01:36 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-05-18 21:01:36 +0000
commit04ae3f4ce085c27cba8d45d1bd7857f8f20252e9 (patch)
tree73ec1d86acc435cc3cdebd3eaf0c94c41c79b37b
parentd0fc526c816504d83744a6edc7bb3d0dc901cfce (diff)
Fixed a bug in my latest commit.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@202 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-rw-r--r--src/DumpGH.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index 14d1a83..d8afb46 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -402,7 +402,7 @@ void IOFlexIO_DumpGH (cGH *GH, int called_from)
for (timelevel = 0; timelevel < last_timelevel; timelevel++)
{
- IOFlexIO_DumpVar (GH, vindex, timelevel--, iof);
+ IOFlexIO_DumpVar (GH, vindex, timelevel, iof);
}
} /* end of loop over all variables */
} /* end of loop over all groups */