H5Block.c
h5/u_readwrite.c
h5/attribs.c
h5/t_openclose.c
h5/readwrite.c
h5/openclose.c
- includes fixed
This commit is contained in:
2008-02-14 15:41:50 +00:00
parent bd3b9fa4f6
commit 1c7df2a598
7 changed files with 13 additions and 21 deletions
+2 -3
View File
@@ -44,13 +44,12 @@
#include <hdf5.h>
#include "H5Part.h"
#include "H5PartErrors.h"
#include "H5PartPrivate.h"
#include "H5BlockTypes.h"
#include "H5Block.h"
#include "h5/H5.h"
#include "H5BlockErrors.h"
#include "h5/h5.h"
#include "h5/h5_private.h"
/********************** declarations *****************************************/
+2 -2
View File
@@ -93,8 +93,8 @@ Last modified on April 19, 2007.
#include "H5PartTypes.h"
#include "H5Part.h"
#include "H5PartPrivate.h"
#include "h5/H5.h"
#include "H5PartErrors.h"
#include "h5/h5.h"
#include "h5/h5_private.h"
extern h5part_error_handler _err_handler;
extern h5part_int64_t _h5part_errno;
+2 -4
View File
@@ -11,10 +11,8 @@
#include "H5Part.h"
#include "H5Block.h"
#include "H5PartPrivate.h"
#include "H5PartErrors.h"
#include "H5BlockErrors.h"
#include "H5.h"
#include "h5.h"
#include "h5_private.h"
h5part_int64_t
H5_read_attrib (
+2 -3
View File
@@ -12,9 +12,8 @@
#include "H5Part.h"
#include "H5Block.h"
#include "H5PartPrivate.h"
#include "H5PartErrors.h"
#include "H5BlockErrors.h"
#include "H5.h"
#include "h5.h"
#include "h5_private.h"
extern h5part_error_handler _err_handler;
extern h5part_int64_t _h5part_errno;
+2 -3
View File
@@ -11,9 +11,8 @@
#include "H5Part.h"
#include "H5Block.h"
#include "H5PartPrivate.h"
#include "H5PartErrors.h"
#include "H5BlockErrors.h"
#include "H5.h"
#include "h5.h"
#include "h5_private.h"
h5part_int64_t
H5_write_data (
+1 -3
View File
@@ -12,9 +12,7 @@
#include "H5Part.h"
#include "H5Block.h"
#include "H5PartPrivate.h"
#include "H5PartErrors.h"
#include "H5BlockErrors.h"
#include "H5.h"
#include "h5/h5.h"
#include "h5/h5_types.h"
extern h5part_error_handler _err_handler;
+2 -3
View File
@@ -8,9 +8,8 @@
#include "H5PartTypes.h"
#include "H5Part.h"
#include "H5PartPrivate.h"
#include "H5PartErrors.h"
#include "H5.h"
#include "h5.h"
#include "h5_private.h"
extern h5part_error_handler _err_handler;
extern h5part_int64_t _h5part_errno;