GRIFFINCollaboration / GRSISort

A lean, mean, sorting machine.
MIT License
21 stars 54 forks source link

Fixed bug from last PR #1437

Closed VinzenzBildstein closed 2 months ago

VinzenzBildstein commented 2 months ago

The change from int64_t to auto was necessary for macOS. Apparently Long_t is int64_t on ubuntu but not on macOS?