refactoring
This commit is contained in:
+35
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user