summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpl.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-04-03 19:15:13 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-04-03 19:15:13 (GMT)
commit86c0d2aa05fb860be3c2dac2427c4ac9d2bfee12 (patch)
tree6471c2b1d774744e8e11611f7358dc9e4b6a9beb /src/H5Pocpl.c
parent97caaff719f6916c255c56101d4528676784e406 (diff)
downloadhdf5-86c0d2aa05fb860be3c2dac2427c4ac9d2bfee12.zip
hdf5-86c0d2aa05fb860be3c2dac2427c4ac9d2bfee12.tar.gz
hdf5-86c0d2aa05fb860be3c2dac2427c4ac9d2bfee12.tar.bz2
[svn-r23536] I corrected the copyright information and added some comment in H5Pocpl.c.
Tested on jam - no code change.
Diffstat (limited to 'src/H5Pocpl.c')
-rw-r--r--src/H5Pocpl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Pocpl.c b/src/H5Pocpl.c
index d3de509..82c4b5d 100644
--- a/src/H5Pocpl.c
+++ b/src/H5Pocpl.c
@@ -804,6 +804,9 @@ done:
* If this bit is set but encoding is disabled for a filter,
* attempting to write will generate an error.
*
+ * If the filter is not registered, this function tries to load
+ * it dynamically during run time.
+ *
* Return: Non-negative on success/Negative on failure
*
* Programmer: Robb Matzke