first part of LBL merge: h5core and H5Part

This commit is contained in:
Marc Howison
2010-06-26 17:29:37 +00:00
parent 6ea921eba4
commit 8783ac2cf2
44 changed files with 2192 additions and 2002 deletions
+22
View File
@@ -37,4 +37,26 @@ h5_has_index (
h5_int64_t step /*!< [in] Step number to query */
);
h5_err_t
h5_normalize_dataset_name (
const char *name,
char *name2
);
h5_err_t
h5_set_throttle (
h5_file_t *f,
int factor
);
h5_err_t
h5_start_throttle (
h5_file_t *f
);
h5_err_t
h5_end_throttle (
h5_file_t *f
);
#endif