[svn-r893] changed a uint to a uint32 and included H5private.h in the file.

This commit is contained in:
Patrick Lu 1998-11-10 13:13:23 -05:00
parent 8199af2425
commit e29ca0f166

View File

@ -12,6 +12,7 @@
#include <stdlib.h>
#include <hdf5.h>
#include <H5private.h>
#define FILE "Attributes.h5"
@ -45,7 +46,7 @@ main (void)
float matrix[ADIM1][ADIM2]; /* Attribute data */
herr_t ret; /* Return value */
uint i,j; /* Counters */
uint32 i,j; /* Counters */
int idx; /* Attribute index */
char string_out[80]; /* Buffer to read string attribute back */
int point_out; /* Buffer to read scalar attribute back */