mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r893] changed a uint to a uint32 and included H5private.h in the file.
This commit is contained in:
parent
8199af2425
commit
e29ca0f166
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user