summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Sff.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 19:09:35 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 19:09:35 (GMT)
commit3577791dcc55259829af881545db3482d6dc9405 (patch)
tree859d733570b3beea0a019a6ca6d6031e29374a3f /fortran/src/H5Sff.f90
parentccb31223c4156ef0dbe025435ee859d9d76e64d8 (diff)
downloadhdf5-3577791dcc55259829af881545db3482d6dc9405.zip
hdf5-3577791dcc55259829af881545db3482d6dc9405.tar.gz
hdf5-3577791dcc55259829af881545db3482d6dc9405.tar.bz2
[svn-r16782] Description:
Merged the changes from the trunk/fortran into the branch: used: svn merge -r 16362:16781 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Platforms tested: smirom (pgf90, ifort) linew
Diffstat (limited to 'fortran/src/H5Sff.f90')
-rw-r--r--fortran/src/H5Sff.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Sff.f90 b/fortran/src/H5Sff.f90
index 35b18a6..7cabb00 100644
--- a/fortran/src/H5Sff.f90
+++ b/fortran/src/H5Sff.f90
@@ -570,7 +570,7 @@
! coord(rank, num_elements)
INTEGER, INTENT(OUT) :: hdferr ! Error code
INTEGER(HSIZE_T), ALLOCATABLE, DIMENSION(:,:) :: c_coord
- INTEGER :: error, i,j
+ INTEGER :: error, i
INTERFACE
INTEGER FUNCTION h5sselect_elements_c(space_id, OPERATOR,&