From a972f67eba03531435618236121ec50668a13ace Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 14 Feb 2008 13:21:36 +0000 Subject: [PATCH] src/h5/_h5.h - renamed, was "H5.h" --- .gitattributes | 1 + src/h5/_h5.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/h5/_h5.h diff --git a/.gitattributes b/.gitattributes index ea55f5f..1e7af5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/src/h5/_h5.h b/src/h5/_h5.h new file mode 100644 index 0000000..43cbafe --- /dev/null +++ b/src/h5/_h5.h @@ -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