2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r11092] Purpose:

Correct a typo for function declaration.
It causes problems for windows DLLs.

Description:
In file hdf5\hl\fortran\src\H5LTf90proto.h
Line 183 'n' might be missed in the very beginning

"h5ltget_dataset_ndims_c"
should change to
"nh5ltget_dataset_ndims_c"


Solution:
change it.

Platforms tested:
too minor to test at other platform,
Fang reported this, so I assume it should work on windows.

Misc. update:
This commit is contained in:
MuQun Yang 2005-07-20 17:38:46 -05:00
parent d4bf186a18
commit e9d54ca186

@ -180,7 +180,7 @@ nh5ltget_attribute_string_c(hid_t_f *loc_id,
H5_DLL
int_f
h5ltget_dataset_ndims_c(hid_t_f *loc_id,
nh5ltget_dataset_ndims_c(hid_t_f *loc_id,
int_f *namelen,
_fcd name,
int_f *rank);