N-BodyShop / changa

UIUC/PPL version of ChaNGa
http://hpcc.astro.washington.edu/tools/changa.html
GNU General Public License v2.0
42 stars 28 forks source link

TreePiece::updateuDot(): use uPred and uHotPred in PoverRho calculation. #142

Closed trquinn closed 1 year ago

trquinn commented 1 year ago

This patch makes this code match what is in the changa_uw fork.

trquinn commented 1 year ago

@bwkeller could you look at this: the code in the public branch differs from the changa_uw master branch. The mjtBH_SB_AGN_refactor branch matches the public code. I'm guessing using uPred() and uHotPred() is correct. Let me know what you think.

bwkeller commented 1 year ago

I've had a chance to look over the code changes, as well as run some tests. Everything here looks good, it works exactly as expected. I'm happy to merge.