summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Af.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-22 21:56:03 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-22 21:56:03 (GMT)
commit1e3f530848f1fed0ac42b7324c110bd9e6a7bb7e (patch)
tree386e982acb1e8dc0f003760a449a7f5254fc312b /fortran/src/H5Af.c
parent324f087d050863aee2ab0222b4ed1a56301a3185 (diff)
downloadhdf5-1e3f530848f1fed0ac42b7324c110bd9e6a7bb7e.zip
hdf5-1e3f530848f1fed0ac42b7324c110bd9e6a7bb7e.tar.gz
hdf5-1e3f530848f1fed0ac42b7324c110bd9e6a7bb7e.tar.bz2
[svn-r26010] Fix for:
HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003)
Diffstat (limited to 'fortran/src/H5Af.c')
-rw-r--r--fortran/src/H5Af.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/fortran/src/H5Af.c b/fortran/src/H5Af.c
index f7121d2..8291320 100644
--- a/fortran/src/H5Af.c
+++ b/fortran/src/H5Af.c
@@ -2081,18 +2081,18 @@ done:
}
/****if* H5Af/h5awrite_f_c
* NAME
- * h5awrite_f_c
+ * h5awrite_f_c
* PURPOSE
- * Call H5Awrite to write a dataset
+ * Call H5Awrite to write a dataset
* INPUTS
- * attr_id - Identifier of an attribute to write.
- * mem_type_id - Identifier of the attribute datatype (in memory).
- * buf - data pointer buffer
+ * attr_id - Identifier of an attribute to write.
+ * mem_type_id - Identifier of the attribute datatype (in memory).
+ * buf - data pointer buffer
* RETURNS
- * 0 on success, -1 on failure
+ * 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
- * June 11, 2008
+ * June 11, 2008
* HISTORY
*
*
@@ -2114,25 +2114,25 @@ h5awrite_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
/****if* H5Af/h5aread_f_c
* NAME
- * h5aread_f_c
+ * h5aread_f_c
* PURPOSE
- * Call H5Awrite to write a dataset
+ * Call H5Awrite to write a dataset
* INPUTS
- * attr_id - Identifier of an attribute to write.
- * mem_type_id - Identifier of the attribute datatype (in memory).
- * buf - data pointer buffer
+ * attr_id - Identifier of an attribute to write.
+ * mem_type_id - Identifier of the attribute datatype (in memory).
+ * buf - data pointer buffer
* RETURNS
- * 0 on success, -1 on failure
+ * 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
- * June 11, 2008
+ * June 11, 2008
* HISTORY
*
*
* SOURCE
*/
int_f
-nh5aread_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
+h5aread_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
/******/
{
int ret_value = -1;