diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-12-21 14:28:59 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-12-21 14:28:59 (GMT) |
commit | d091bda690480d1494f41fa231e9de0fccbff730 (patch) | |
tree | 82dbfa4e99665c43926b8c730cc223dcb84f087d /c++ | |
parent | 625e6ad9aa105bdcc50e6d42559a56582b867e37 (diff) | |
download | hdf5-d091bda690480d1494f41fa231e9de0fccbff730.zip hdf5-d091bda690480d1494f41fa231e9de0fccbff730.tar.gz hdf5-d091bda690480d1494f41fa231e9de0fccbff730.tar.bz2 |
[svn-r9698] Purpose: Correct typo
Description:
Accidentally edited this file and removed a couple characters from a
defined name, thus caused undefined error in daily test. Fixed!
Platforms tested:
SunOS 5.7 (arabica)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/dsets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 7b3600f..c158844 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -47,7 +47,7 @@ const string DSET_DEFAULT_NAME("default"); const string DSET_CHUNKED_NAME("chunked"); const string DSET_SIMPLE_IO_NAME("simple_io"); const string DSET_TCONV_NAME ("tconv"); -const string DSET_COMPRESS_NA("compressed"); +const string DSET_COMPRESS_NAME("compressed"); const string DSET_BOGUS_NAME ("bogus"); const int H5Z_FILTER_BOGUS = 305; |