From e0f7b5015570b820f9fb4e713ca77e74b2136e2f Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 27 Jun 2003 14:35:38 +0000 Subject: Fix for checkpointing grid arrays which don't have any points on a processor. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@90 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/DumpUtils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/DumpUtils.c b/src/DumpUtils.c index e88708a..d37d9d8 100644 --- a/src/DumpUtils.c +++ b/src/DumpUtils.c @@ -130,8 +130,7 @@ int IOHDF5Util_DumpGH (const cGH *GH, const int *timers, hid_t file) { /* 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") && file >= 0) -- cgit v1.2.3