jchelly / gadgetviewer

Simple tool for interactive visualisation of Gadget and SWIFT N-body simulations
GNU General Public License v3.0
24 stars 9 forks source link

Unable to read snapshots with 6 byte integer particle IDs #21

Closed jchelly closed 1 year ago

jchelly commented 1 year ago

The code currently refuses to read integer datasets where the values are not 4 or 8 bytes each. Gadget-4 can write 6 byte particle IDs, so these snapshots are unreadable.

jchelly commented 1 year ago

Fixed by #22.