From 55b20c298edb75fe3cbb75324301eacc9610f04e Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Tue, 10 Nov 1998 13:14:03 -0500 Subject: [svn-r894] included H5private.h and changed uint to uint32 --- examples/h5_select.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/h5_select.c b/examples/h5_select.c index 8d587d4..0c61e85 100644 --- a/examples/h5_select.c +++ b/examples/h5_select.c @@ -10,6 +10,7 @@ */ #include +#include #define FILE "Select.h5" @@ -57,7 +58,7 @@ int main (void) hssize_t coord[NPOINTS][FSPACE_RANK]; /* Array to store selected points from the file dataspace */ herr_t ret; - uint i,j; + uint32 i,j; int matrix[FSPACE_DIM1][FSPACE_DIM2]; /* Buffer to write to the dataset */ int matrix_out[MSPACE_DIM1][MSPACE_DIM2]; /* Buffer to read from the dataset */ -- cgit v0.12