summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Gf.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-04 16:48:07 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-04 16:48:07 (GMT)
commitf6069ad57e7ddf4b97e4c40e16d1b09464cf62a5 (patch)
tree8772b27441a53c0c19a819da1226a3e65638cba7 /fortran/src/H5Gf.c
parent31b3c349083232358eb5b0ae4c0ee7c1f1dae4af (diff)
downloadhdf5-f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5.zip
hdf5-f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5.tar.gz
hdf5-f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5.tar.bz2
[svn-r14928] Maintenance: Cleaned up the code to make it compile on smirom with the g95 compiler
Platforms tested: kagiso with PGI compilers, linew, smirom with GCC and g95 compilers; some tests and function calls are commented out with !EP string; we will be working on it.
Diffstat (limited to 'fortran/src/H5Gf.c')
-rw-r--r--fortran/src/H5Gf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Gf.c b/fortran/src/H5Gf.c
index f2a4187..28e5312 100644
--- a/fortran/src/H5Gf.c
+++ b/fortran/src/H5Gf.c
@@ -782,7 +782,7 @@ done:
*---------------------------------------------------------------------------*/
int_f
nh5gget_info_by_idx_c(hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen,
- hid_t_f *index_type, hid_t_f *order, hsize_t_f *n, hid_t_f *lapl_id,
+ int_f *index_type, int_f *order, hsize_t_f *n, hid_t_f *lapl_id,
int_f *storage_type, int_f *nlinks, int_f *max_corder)
{