summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-09-17 22:37:48 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-09-17 22:37:48 (GMT)
commit2540abc1c93d7059bfee696ffcaa577fd628d174 (patch)
treee7732d2559b7f5e33e647a85fee61f9fc66bd13d /fortran
parent9a8933bb694c57a31e685c57e706a4144eb6b5a3 (diff)
downloadhdf5-2540abc1c93d7059bfee696ffcaa577fd628d174.zip
hdf5-2540abc1c93d7059bfee696ffcaa577fd628d174.tar.gz
hdf5-2540abc1c93d7059bfee696ffcaa577fd628d174.tar.bz2
[svn-r11426] Purpose: VMS port / bug fix
Description: On VMS dsets test failed screaming about corrupted stack. Debugging didn't show any obvious problems. Careful examination of compilation warning messages (something like "function is used as data in dsets") made me to search for duplicated names. It turned out that two variables H5Z_SET_LOCAL and H5Z_CAN_APPLY were confused with H5Z_set_local and H5Z_can_apply functions from H5Z.c file. Solution: Changed variable names to H5Z_SET_LOCAL_TEST and H5Z_CAN_APPLY_TEST. Platforms tested: Alpha VMS, heping; minor change Misc. update:
Diffstat (limited to 'fortran')
0 files changed, 0 insertions, 0 deletions