pelahi / VELOCIraptor-STF

Galaxy/(sub)Halo finder for N-body simulations
MIT License
19 stars 26 forks source link

Fix for reading NumFilesPerSnapshot from HDF5 outputs #5

Closed jchelly closed 7 years ago

jchelly commented 7 years ago

I'm trying to run Velociraptor on snapshots in the Eagle HDF5 format, which is fairly similar to Illustris. I ran into a problem where the code gets the number of files per snapshot wrong. It seems to be caused by the use of an uninitialized variable in HDF_get_nfiles in hdfitems.h.