refactored Fortran interface to use h5core calls instead of C API calls

This commit is contained in:
Marc Howison
2010-07-22 20:32:52 +00:00
parent b920c0f9e8
commit 421a92630a
11 changed files with 379 additions and 423 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ H5GetNumProcs (
h5_file_t * const f
);
h5_size_t
h5_ssize_t
H5GetNumSteps (
h5_file_t * const f
);
-5
View File
@@ -129,11 +129,6 @@ H5PartSetViewIndices (
h5_size_t nelems /*!< [in] Size of list */
);
h5_err_t
H5PartSetViewEmpty (
h5_file_t *f /*!< [in] Handle to open file */
);
h5_err_t
H5PartGetView (
h5_file_t *f, /*!< [in] Handle to open file */