andreimesinger / 21cmFAST

27 stars 34 forks source link

if(USE_HALO_FIELD) in if(!USE_HALO_FIELD) #7

Closed qyx268 closed 6 years ago

qyx268 commented 6 years ago

Programs/find_HII_bubbles.c -- Line 708 - 757 in if (!USE_HALO_FIELD){...} there is a check of USE_HALO_FIELD, which will always be passed.

Please check if it's a bug.

andreimesinger commented 6 years ago

fixed. i am now checking if the halo finding version works, since we never use it for the 21cm fields. i will push new version afterwards