refactoring
This commit is contained in:
@@ -378,7 +378,6 @@ src/h5/h5.c -text
|
||||
src/h5/h5.h -text
|
||||
src/h5/h5_private.h -text
|
||||
src/h5/h5_types.h -text
|
||||
src/h5/openclose.h -text
|
||||
src/h5/readwrite.c -text
|
||||
src/h5/readwrite.h -text
|
||||
src/h5/t_openclose.c -text
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
#ifndef __OPENCLOSE_H
|
||||
#define __OPENCLOSE_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 (
|
||||
h5_file *f,
|
||||
const char *name,
|
||||
const h5part_int64_t width
|
||||
);
|
||||
|
||||
h5_err_t
|
||||
_h5_close_step (
|
||||
h5_file *f
|
||||
);
|
||||
#endif
|
||||
Reference in New Issue
Block a user