Skip to content
Snippets Groups Projects

Synch spin jet code with downstream

Merged Filip Husko requested to merge synch_spin_jet_code into master
3 files
+ 46
34
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -1494,6 +1494,7 @@ __attribute__((always_inline)) INLINE static void black_holes_end_reposition(
* actual potential minimum. */
if (repos_frac > 1) repos_frac = 1.;
bp->last_repos_vel = (float)repos_vel;
bp->reposition.delta_x[0] *= repos_frac;
bp->reposition.delta_x[1] *= repos_frac;
bp->reposition.delta_x[2] *= repos_frac;
Loading