From 503ae69aa0674d8a28c151a3ba895bb550608fb1 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 5 Feb 2001 16:33:09 -0500 Subject: [svn-r3363] Purpose: The variable specifying one possible creation length for a variable-length string was misidentified. Solution: Changed erroneous occurence of H5T_STRING_VARIABLE to the correct occurence of H5T_VARIABLE. Platforms tested: IE 5 --- doc/html/Datatypes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html index 560ef9b..d7ab7a2 100644 --- a/doc/html/Datatypes.html +++ b/doc/html/Datatypes.html @@ -2021,7 +2021,7 @@ struct for VL datatypes. VL strings may be created in one of two ways: by creating a VL datatype with a base type of H5T_NATIVE_ASCII, H5T_NATIVE_UNICODE, etc., or by creating a string datatype and setting its length to -H5T_STRING_VARIABLE. The second method is used to access +H5T_VARIABLE. The second method is used to access native VL strings in memory. The library will convert between the two types, but they are stored on disk using different datatypes and have different memory representations. @@ -2881,7 +2881,7 @@ H5Tregister(H5T_PERS_SOFT, "cus2be", -Last modified: 17 July 2000 +Last modified: 5 February 2001
-- cgit v0.12