mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r543] Purpose:
Link Bug Fix Problem: Fixed a typo, Woops! Solution: replaced `H5Sexent_dims' with `H5Sextent_dims' Platform tested: ASCI Red
This commit is contained in:
parent
b4107d530a
commit
ca426e2f32
@ -1040,7 +1040,7 @@ extend_readInd(char *filename)
|
||||
|
||||
file_dataspace = H5Dget_space (dataset1);
|
||||
VRFY((file_dataspace != FAIL), "H5Dget_space succeeded");
|
||||
ret=H5Sexent_dims(file_dataspace, dims, NULL);
|
||||
ret=H5Sextent_dims(file_dataspace, dims, NULL);
|
||||
VRFY((ret > 0), "H5Sextent_dims succeeded");
|
||||
dims[0]++;
|
||||
ret=H5Dextend(dataset1, dims);
|
||||
|
Loading…
Reference in New Issue
Block a user