summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-02-18 12:16:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-02-18 12:16:27 (GMT)
commit5655953a2adcdcfe2f0d5599a52d36fbea405817 (patch)
tree352bf3ad7afc1b1277ad9218c33c8ad3aa06f852 /src/H5Pdcpl.c
parent7ff7845b3a18a3e32fbf84f089f4a01ba9329274 (diff)
downloadhdf5-5655953a2adcdcfe2f0d5599a52d36fbea405817.zip
hdf5-5655953a2adcdcfe2f0d5599a52d36fbea405817.tar.gz
hdf5-5655953a2adcdcfe2f0d5599a52d36fbea405817.tar.bz2
[svn-r6415] Purpose:
Code cleanup Description: Changed hard-coded magic number (32) for the maximum number of filters in a filter pipeline to use a symbolic constant (H5Z_MAX_NFILTERS) instead. This limit could (and probably should) be removed to allow an unlimited number of filters in a pipeline. Platforms tested: FreeBSD 4.7 (sleipnir)
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r--src/H5Pdcpl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index a938d12..438983e 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -12,8 +12,6 @@
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* $Id$ */
-
#define H5P_PACKAGE /*suppress error about including H5Ppkg */
/* Private header files */