diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-04 18:21:31 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-04 18:21:31 (GMT) |
commit | 30aad1fd3e4c12d97fdd90bbcae3db7f89eb6ec0 (patch) | |
tree | 2adcd49d7c05d80321a7d2cceaa0119970381c69 /hl/fortran/src/H5LTf90proto.h | |
parent | 8964bd835b74780b1a4847d8d1aee9b6422751e2 (diff) | |
download | hdf5-30aad1fd3e4c12d97fdd90bbcae3db7f89eb6ec0.zip hdf5-30aad1fd3e4c12d97fdd90bbcae3db7f89eb6ec0.tar.gz hdf5-30aad1fd3e4c12d97fdd90bbcae3db7f89eb6ec0.tar.bz2 |
[svn-r12863] Description:
Daily tests reported failures in HL when Absoft compiler was used.
The failure was due to a typo in the H5LTf90proto.h file; fixed
Platfroms tested:
heping with gcc and Absoft f95
Diffstat (limited to 'hl/fortran/src/H5LTf90proto.h')
-rwxr-xr-x | hl/fortran/src/H5LTf90proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h index 20f398b..0662bb9 100755 --- a/hl/fortran/src/H5LTf90proto.h +++ b/hl/fortran/src/H5LTf90proto.h @@ -54,7 +54,7 @@ H5_DLL void HD5packFstring (char *src, char *dest, size_t len); # define nh5ltread_dataset_int3_c H5_FC_FUNC_(h5ltread_dataset_int3_c, H5LTREAD_DATASET_INT3_C) # define nh5ltread_dataset_fl1_c H5_FC_FUNC_(h5ltread_dataset_fl1_c, H5LTREAD_DATASET_FL1_C) # define nh5ltread_dataset_fl2_c H5_FC_FUNC_(h5ltread_dataset_fl2_c, H5LTREAD_DATASET_FL2_C) -# define nh5ltread_dataset_fl3_c H5_FC_FUNC_(h5ltread_dataset_fl3_c, H5LTREAD_DATASET_fl3_C) +# define nh5ltread_dataset_fl3_c H5_FC_FUNC_(h5ltread_dataset_fl3_c, H5LTREAD_DATASET_FL3_C) # define nh5ltread_dataset_dl1_c H5_FC_FUNC_(h5ltread_dataset_dl1_c, H5LTREAD_DATASET_DL1_C) # define nh5ltread_dataset_dl2_c H5_FC_FUNC_(h5ltread_dataset_dl2_c, H5LTREAD_DATASET_DL2_C) # define nh5ltread_dataset_dl3_c H5_FC_FUNC_(h5ltread_dataset_dl3_c, H5LTREAD_DATASET_DL3_C) |