[svn-r1664] still getting some warnings. changed the sdims variable to int

This commit is contained in:
Patrick Lu 1999-09-25 14:30:07 -05:00
parent 3662fe727e
commit 72661ffc07

View File

@ -1163,10 +1163,10 @@ hid_t fxdlenstr, fxdlenstr2, memtype;
hsize_t dims[1], size[1], start[1], stride[1], count[1], block[1];
hsize_t i;
int i;
char buf[LENSTR+10];
char buf2[3*LENSTR2];
hsize_t sdim;
int sdim;
fid = H5Fcreate(FILE14, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);