This commit is contained in:
2009-04-16 15:22:50 +00:00
parent 90b075b911
commit 533f2d083b
2 changed files with 20 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef __H5_INQUIRY_H
#define __H5_INQUIRY_H
h5_size_t
H5GetNumNodes (
h5_file_t * const f
);
h5_size_t
H5GetNumSteps (
h5_file_t * const f
);
h5_err_t
H5HasStep (
h5_file_t * const f,
h5_id_t step
);
#endif