diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-04-01 23:28:48 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-04-01 23:28:48 (GMT) |
commit | 72e84fcd8253661a3cee60f4adcbb9c0b4999067 (patch) | |
tree | 81b07e01eb290a82e7c926014790128e44f86a2b /src | |
parent | e679eed61b59bd5e434b43ca749e6c885020afb2 (diff) | |
download | hdf5-72e84fcd8253661a3cee60f4adcbb9c0b4999067.zip hdf5-72e84fcd8253661a3cee60f4adcbb9c0b4999067.tar.gz hdf5-72e84fcd8253661a3cee60f4adcbb9c0b4999067.tar.bz2 |
[svn-r23513] I added a test case in plugin.c for testing using filter for groups and created a dummy filter library for this test case.
Tested on jam and koala.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Zpublic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index c7c3562..8daa5f4 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -43,10 +43,6 @@ typedef int H5Z_filter_t; #define H5Z_FILTER_SCALEOFFSET 6 /*scale+offset compression */ #define H5Z_FILTER_RESERVED 256 /*filter ids below this value are reserved for library use */ -/* Filters for HDF5 internal test */ -#define H5Z_FILTER_DYNLIB1 257 -#define H5Z_FILTER_DYNLIB2 258 - #define H5Z_FILTER_MAX 65535 /*maximum filter id */ /* General macros */ |