aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/iohdf5.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/iohdf5.hh')
-rw-r--r--Carpet/CarpetIOHDF5/src/iohdf5.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/iohdf5.hh b/Carpet/CarpetIOHDF5/src/iohdf5.hh
index 2bbec776d..db4e995da 100644
--- a/Carpet/CarpetIOHDF5/src/iohdf5.hh
+++ b/Carpet/CarpetIOHDF5/src/iohdf5.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/src/iohdf5.hh,v 1.2 2004/03/08 09:43:41 cott Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/src/iohdf5.hh,v 1.3 2004/03/08 22:50:41 cott Exp $
#ifndef CARPETIOHDF5_HH
#define CARPETIOHDF5_HH
@@ -61,6 +61,8 @@ namespace CarpetIOHDF5 {
int ReadAttribute (const hid_t dataset, const char* name, char*& values);
int ReadAttribute (const hid_t dataset, const char* name, char* values, int nvalues);
+ int GetnDatasets (const hid_t reader);
+ void GetDatasetName (const hid_t reader, const int _index, char* name);
} // namespace CarpetIOHDF5