h5md / VMD-h5mdplugin

This plugin enables VMD to display data stored in h5 files that are structured according to the H5MD specifications (http://nongnu.org/h5md/)
Other
10 stars 9 forks source link

Code Cleanup #23

Closed jonaslandsgesell closed 7 years ago

jonaslandsgesell commented 8 years ago

*h5md_get_all_mass_infromation() and h5md_get_all_charge_infromation() as well as h5md_get_timestep() should make use of the group name and not rely on a dataset_id. This would allow to unify those functions.

jonaslandsgesell commented 7 years ago

Done.