summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Iff.f90
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-03-16 15:42:40 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-03-16 15:42:40 (GMT)
commit30e960da8abebc144295784df54c535d45a01b2d (patch)
tree1e014262fde39a3c5019bb3d28933afbc92aecf5 /fortran/src/H5Iff.f90
parent39142ffed0831778bbbff2308feb8b30751d90b8 (diff)
downloadhdf5-30e960da8abebc144295784df54c535d45a01b2d.zip
hdf5-30e960da8abebc144295784df54c535d45a01b2d.tar.gz
hdf5-30e960da8abebc144295784df54c535d45a01b2d.tar.bz2
[svn-r3649]
Purpose: Windows port and maintenance Description: Each C function called from F90 subroutine requires explicit interface. Some drivers functions were not implemented. Solution: Added interfaces and comment blocks to each F90 subroutine. Added the following subroutines: h5pset(get)_fapl_core_f h5pset(get)_fapl_family_f h5pset_fapl_sec2_f h5pset_fapl_stdio_f Platforms tested: Linux (eirene) to make sure that code still works on UNIX. More UNIX platforms will be tested before moving to Windows.
Diffstat (limited to 'fortran/src/H5Iff.f90')
-rw-r--r--fortran/src/H5Iff.f9028
1 files changed, 14 insertions, 14 deletions
diff --git a/fortran/src/H5Iff.f90 b/fortran/src/H5Iff.f90
index 7f73242..0db7100 100644
--- a/fortran/src/H5Iff.f90
+++ b/fortran/src/H5Iff.f90
@@ -15,13 +15,13 @@
! Inputs: obj_id - object identifier
! Outputs:
! type - type of the object, possible values:
-! H5I_FILE_F(1)
-! H5I_GROUP_F(2)
-! H5I_DATATYPE_F(3)
-! H5I_DATASPACE_F(4)
-! H5I_DATASET_F(5)
-! H5I_ATTR_F(6)
-! H5I_BADID_F(-1)
+! H5I_FILE_F
+! H5I_GROUP_F
+! H5I_DATATYPE_F
+! H5I_DATASPACE_F
+! H5I_DATASET_F
+! H5I_ATTR_F
+! H5I_BADID_F
! hdferr: - error code
! Success: 0
! Failure: -1
@@ -42,13 +42,13 @@
INTEGER(HID_T), INTENT(IN) :: obj_id !Object identifier
INTEGER, INTENT(OUT) :: type !type of an object.
!possible values are:
- !H5I_FILE_F(1)
- !H5I_GROUP_F(2)
- !H5I_DATATYPE_F(3)
- !H5I_DATASPACE_F(4)
- !H5I_DATASET_F(5)
- !H5I_ATTR_F(6)
- !H5I_BADID_F(-1)
+ !H5I_FILE_F
+ !H5I_GROUP_F
+ !H5I_DATATYPE_F
+ !H5I_DATASPACE_F
+ !H5I_DATASET_F
+ !H5I_ATTR_F
+ !H5I_BADID_F
INTEGER, INTENT(OUT) :: hdferr ! Error code
! INTEGER, EXTERNAL :: h5iget_type_c