refactoring

This commit is contained in:
2008-06-19 15:05:48 +00:00
parent 275d279f8d
commit b0bad95604
2 changed files with 0 additions and 33 deletions
-1
View File
@@ -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
-32
View File
@@ -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