summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpl.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-04-03 19:26:26 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-04-03 19:26:26 (GMT)
commitcae6fcf563e16b68b517f9dcfe2c39bdc28f62d9 (patch)
tree5ef43fac73b09677fe5df36226cf131a218ca0b7 /src/H5Pocpl.c
parent8d885f6388b432ff1d9c657267a96e2b5820d46a (diff)
downloadhdf5-cae6fcf563e16b68b517f9dcfe2c39bdc28f62d9.zip
hdf5-cae6fcf563e16b68b517f9dcfe2c39bdc28f62d9.tar.gz
hdf5-cae6fcf563e16b68b517f9dcfe2c39bdc28f62d9.tar.bz2
[svn-r23537] I corrected the copyright information and added some comment in H5Pocpl.c.
Tested on koala - 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 fcde957..3f14ce1 100644
--- a/src/H5Pocpl.c
+++ b/src/H5Pocpl.c
@@ -783,6 +783,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