aboutsummaryrefslogtreecommitdiff
path: root/src/ioHDF5UtilGH.h
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2000-11-24 13:36:35 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2000-11-24 13:36:35 +0000
commit96308d59c7372fe2f091fe01d91e96b77e9638df (patch)
tree5338672572e269e78ab17695e6f76e106e17f1be /src/ioHDF5UtilGH.h
parent1a0a15f53107a75d60a8476cbe9888ca01805388 (diff)
Renamed 'index' variables into 'vindex' to suppress gcc warnings about
hiding global routine index(3). Removed old code to convert output data into single-precision if requested (IO::out3D_single = "yes"). Now the Hyperslab interface is used to do that, where it also works in combination with downsampling. This is quite handy especially for visualizing streamed HDF5 output. NOTE: I'm using the new hyperslab interface from CactusPUGH/PUGHSlab now so you need to update this thorn as well. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@10 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'src/ioHDF5UtilGH.h')
-rw-r--r--src/ioHDF5UtilGH.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioHDF5UtilGH.h b/src/ioHDF5UtilGH.h
index de2de80..30880cb 100644
--- a/src/ioHDF5UtilGH.h
+++ b/src/ioHDF5UtilGH.h
@@ -193,13 +193,13 @@ void IOHDF5Util_DumpParameters (cGH *GH, hid_t group);
void IOHDF5Util_DumpGHExtensions (cGH *GH, hid_t group);
int IOHDF5Util_DumpGH (cGH *GH, int timers[], hid_t file);
void IOHDF5Util_DumpCommonAttributes (cGH *GH,
- int index,
+ int vindex,
int timelevel,
CCTK_INT global_shape[],
ioHDF5Geo_t *slab,
hid_t dataset);
int IOHDF5Util_DumpVar (cGH *GH,
- int index,
+ int vindex,
int timelevel,
ioHDF5Geo_t *slab,
hid_t file,