diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-04-02 16:12:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-04-02 16:12:20 (GMT) |
commit | b8c258a9700e6633b681891794458e57598d55ae (patch) | |
tree | 0ef6436d1bcbaedd58401495488fb6a033750d04 /test/dynlib1.c | |
parent | fc4c7a05f644fe1183bf8e7944dd7f66c9eb9e85 (diff) | |
download | hdf5-b8c258a9700e6633b681891794458e57598d55ae.zip hdf5-b8c258a9700e6633b681891794458e57598d55ae.tar.gz hdf5-b8c258a9700e6633b681891794458e57598d55ae.tar.bz2 |
[svn-r23519] I used H5Gcreate instead of H5Gcreate2 in plugin.c. I corrected it and added some real operation in the dummy filter library dynlib3.c.
Tested on jam and koala.
Diffstat (limited to 'test/dynlib1.c')
-rw-r--r-- | test/dynlib1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dynlib1.c b/test/dynlib1.c index e252623..69d0bdd 100644 --- a/test/dynlib1.c +++ b/test/dynlib1.c @@ -55,7 +55,7 @@ const H5Z_class2_t* H5PL_get_plugin_info(void) {return H5Z_DYNLIB1;} * * Failure: 0 * - * Programmer: Robb Matzke + * Programmer: Raymond Lu * 29 March 2013 * *------------------------------------------------------------------------- |