[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)
This commit is contained in:
Binh-Minh Ribler 2004-12-21 09:28:59 -05:00
parent 625e6ad9aa
commit d091bda690

View File

@ -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;