Skip to content
Snippets Groups Projects
Commit 4af9c25f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix a typo in the debugging checks of the EAGLE model BH iact function

parent 91787dc3
Branches
Tags
1 merge request!1088Io selection changes
......@@ -124,7 +124,7 @@ runner_iact_nonsym_bh_gas_density(
error(
"Invalid denominator for BH particle %lld and gas particle "
"%lld in Bondi rate calculation.",
bp->id, pj->id);
bi->id, pj->id);
#endif
const double denominator_inv = 1. / sqrt(denominator2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment