aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index 24d804e..eef4e80 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -444,8 +444,7 @@ static int Checkpoint (const cGH *GH, int called_from)
{
/* loop over all allocated timelevels of this variable */
for (request->timelevel = 0;
- request->timelevel < gdata.numtimelevels &&
- GH->data[request->vindex][request->timelevel];
+ request->timelevel < gdata.numtimelevels;
request->timelevel++)
{
if (CCTK_Equals (verbose, "full"))