From e2a6f8a24a039f2efd5471a2bf43bb780fb4a4a6 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 5 Dec 2009 03:08:21 +0000 Subject: IOHDF5Util: Adapt to the new parsing API in IOUtil git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@148 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/DumpUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DumpUtils.c b/src/DumpUtils.c index 7cfcdc5..48d53b3 100644 --- a/src/DumpUtils.c +++ b/src/DumpUtils.c @@ -158,7 +158,7 @@ int IOHDF5Util_DumpGH (const cGH *GH, const int *timers, hid_t file) first_vindex = CCTK_FirstVarIndexI (gindex); /* get the default I/O request for this group */ - request = IOUtil_DefaultIORequest (GH, first_vindex, 1); + request = IOUtil_DefaultIORequest (GH, first_vindex, 1, -1.0); /* disable checking for old data objects, disable datatype conversion and downsampling, -- cgit v1.2.3