src/h5/_h5.h

- renamed, was "H5.h"
This commit is contained in:
2008-02-14 13:21:36 +00:00
parent 4f28118033
commit a972f67eba
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ src/bindings/Fortran/TestUnderscoreC.c -text
src/bindings/Makefile.am -text
src/h5/H5.h -text
src/h5/Makefile.am -text
src/h5/_h5.h -text
src/h5/attribs.c -text
src/h5/attribs.h -text
src/h5/errorhandling.c -text
+14
View File
@@ -0,0 +1,14 @@
#ifndef __H5_H
#define __H5_H
#include "h5_types.h"
#include "attribs.h"
#include "errorhandling.h"
#include "openclose.h"
#include "readwrite.h"
#include "t_openclose.h"
#include "t_readwrite.h"
#include "u_readwrite.h"
#endif