Hi,

In attempt to apply the C++ wrapper API I'm not finding a way to set the link creation order on a C++ group object because of how it is contructed. Is there a way?

The c way is
            gcpl = H5Pcreate(H5P_GROUP_CREATE);
herr_t err = H5Pset_link_creation_order(gcpl, H5P_CRT_ORDER_TRACKED |
                    H5P_CRT_ORDER_INDEXED);

and works nicely

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org

Reply via email to