summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-12 21:07:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-12 21:07:03 (GMT)
commitf2a2ef446e0503d232f24270e78c91e7ba40fdfc (patch)
tree71ccdef0400e5f7fedecaeeb970f0d48b47e57e0 /src/H5.c
parent46b5d073b56090829f6f6519553b4a427703e129 (diff)
downloadhdf5-f2a2ef446e0503d232f24270e78c91e7ba40fdfc.zip
hdf5-f2a2ef446e0503d232f24270e78c91e7ba40fdfc.tar.gz
hdf5-f2a2ef446e0503d232f24270e78c91e7ba40fdfc.tar.bz2
[svn-r23893] Add New HDF5 object - Map
Add the IOD VOL implementation. Not supported with native plugin. Add example program to sanity check the API Forwarding
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5.c b/src/H5.c
index a882c61..5936b3d 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -255,6 +255,7 @@ H5_term_library(void)
pending += DOWN(D);
pending += DOWN(L);
pending += DOWN(G);
+ pending += DOWN(M);
pending += DOWN(A);
pending += DOWN(S);
pending += DOWN(T);