refactored Fortran interface to use h5core calls instead of C API calls
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ H5GetNumProcs (
|
||||
h5_file_t * const f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
h5_ssize_t
|
||||
H5GetNumSteps (
|
||||
h5_file_t * const f
|
||||
);
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user