mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r11370] Purpose: Typo fix
Description: Fixed a typo introduced by my previous check in Solution: Platforms tested: heping Misc. update:
This commit is contained in:
parent
64fdc49ab9
commit
a0c61b514b
@ -243,7 +243,7 @@ int main()
|
||||
writeToFiles("HID_T", "hid_t_f", 2);
|
||||
#elif defined H5_FORTRAN_HAS_INTEGER_1 && H5_SIZEOF_HID_T >= 1
|
||||
writeToFiles("HID_T", "hid_t_f", 1);
|
||||
#if defined H5_FORTRAN_HAS_INTEGER_8 && H5_SIZEOF_HID_T >= 4
|
||||
#elif defined H5_FORTRAN_HAS_INTEGER_8 && H5_SIZEOF_HID_T >= 4
|
||||
writeToFiles("HID_T", "hid_t_f", 8);
|
||||
#else
|
||||
/* Error: couldn't find a size for hid_t */
|
||||
|
Loading…
Reference in New Issue
Block a user