refactoring

This commit is contained in:
2008-06-19 15:13:34 +00:00
parent b51290f270
commit 11b105bc82
+35 -1
View File
@@ -3,9 +3,43 @@
#include "h5_types.h"
h5_file*
h5_open_file (
const char *filename,
unsigned flags,
MPI_Comm comm
);
h5part_int64_t
h5_check_filehandle (
const h5_file *f
);
h5part_int64_t
h5_close_file (
h5_file *f
);
h5part_int64_t
h5_define_stepname_fmt (
h5_file *f,
const char *name,
const h5part_int64_t width
);
h5_err_t
_h5_close_step (
h5_file *f
);
h5_int64_t
h5_has_step (
h5_file * f,
h5_int64_t step
);
#include "attribs.h"
#include "errorhandling.h"
#include "openclose.h"
#include "readwrite.h"
#include "t_openclose.h"
#include "t_readwrite.h"