summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-27 20:26:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-27 20:26:55 (GMT)
commitfc48c675e152200ca68b620de052b84a24cc8494 (patch)
treeb62d1dfb6f44815d2e30205da1c2777d7c521807 /perform
parent9ae8cffe920d5f63f163b46fe226812bd4d0fedd (diff)
downloadhdf5-fc48c675e152200ca68b620de052b84a24cc8494.zip
hdf5-fc48c675e152200ca68b620de052b84a24cc8494.tar.gz
hdf5-fc48c675e152200ca68b620de052b84a24cc8494.tar.bz2
[svn-r21996] Add tools_init to main
Diffstat (limited to 'perform')
-rw-r--r--perform/zip_perf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c
index 897fc7e..4e1f043 100644
--- a/perform/zip_perf.c
+++ b/perform/zip_perf.c
@@ -573,6 +573,9 @@ main(int argc, char **argv)
int opt;
prog = argv[0];
+
+ /* Initialize h5tools lib */
+ h5tools_init();
while ((opt = get_option(argc, (const char **)argv, s_opts, l_opts)) > 0) {
switch ((char)opt) {