From b35113486ab84fd84c5fab4a92645c7ee79d3f18 Mon Sep 17 00:00:00 2001 From: Barbara Jones Date: Thu, 8 Mar 2001 12:54:08 -0500 Subject: [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.] --- doc/html/Tutor/examples/chunk.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12