summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/examples
diff options
context:
space:
mode:
authorBarbara Jones <bljones@hdfgroup.org>2001-03-08 17:54:08 (GMT)
committerBarbara Jones <bljones@hdfgroup.org>2001-03-08 17:54:08 (GMT)
commitb35113486ab84fd84c5fab4a92645c7ee79d3f18 (patch)
treee4d2c9febe0fc2b375486417cb99ef788ba8957a /doc/html/Tutor/examples
parent5b4d7c4255b634479cc457b6e0163a594c163365 (diff)
downloadhdf5-b35113486ab84fd84c5fab4a92645c7ee79d3f18.zip
hdf5-b35113486ab84fd84c5fab4a92645c7ee79d3f18.tar.gz
hdf5-b35113486ab84fd84c5fab4a92645c7ee79d3f18.tar.bz2
[svn-r3566] error in Fortran90 interfaceopen
Purpose: [is this a bug fix? feature? ...] Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'doc/html/Tutor/examples')
-rw-r--r--doc/html/Tutor/examples/chunk.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Tutor/examples/chunk.f90 b/doc/html/Tutor/examples/chunk.f90
index d67588e..2810b5c 100644
--- a/doc/html/Tutor/examples/chunk.f90
+++ b/doc/html/Tutor/examples/chunk.f90
@@ -111,7 +111,7 @@
!
!Initialize FORTRAN predifined datatypes
!
- CALL h5close_f(error)
+ CALL h5open_f(error)
!
!Create a new file using default properties.