diff options
author | Barbara Jones <bljones@hdfgroup.org> | 2001-03-08 17:54:08 (GMT) |
---|---|---|
committer | Barbara Jones <bljones@hdfgroup.org> | 2001-03-08 17:54:08 (GMT) |
commit | b35113486ab84fd84c5fab4a92645c7ee79d3f18 (patch) | |
tree | e4d2c9febe0fc2b375486417cb99ef788ba8957a /doc | |
parent | 5b4d7c4255b634479cc457b6e0163a594c163365 (diff) | |
download | hdf5-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')
-rw-r--r-- | doc/html/Tutor/examples/chunk.f90 | 2 |
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. |