21cmfast / 21cmFAST

Official repository for 21cmFAST: a code for generating fast simulations of the cosmological 21cm signal
MIT License
56 stars 37 forks source link

Large halo number fix #387

Closed daviesje closed 2 months ago

daviesje commented 2 months ago

Fixes #384. Some indices for halo number were still int type, which caused issues for boxes with billions of halos. They have been changed to long long unsigned.