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

Fix EAGLE tracers' list of outputs

parent 3f929365
Branches
Tags
No related merge requests found
...@@ -363,7 +363,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles( ...@@ -363,7 +363,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles(
} else { } else {
list[14] = io_make_output_field( list[13] = io_make_output_field(
"LastAGNJetFeedbackTimes", FLOAT, 1, UNIT_CONV_TIME, 0.f, sparts, "LastAGNJetFeedbackTimes", FLOAT, 1, UNIT_CONV_TIME, 0.f, sparts,
tracers_data.last_AGN_jet_feedback_time, tracers_data.last_AGN_jet_feedback_time,
"Times at which the particles were last hit by jet" "Times at which the particles were last hit by jet"
...@@ -371,12 +371,12 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles( ...@@ -371,12 +371,12 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles(
"-1 if a particle has never been hit by feedback"); "-1 if a particle has never been hit by feedback");
} }
list[15] = io_make_output_field("LastAGNJetKickVelocities", FLOAT, 1, list[14] = io_make_output_field("LastAGNJetKickVelocities", FLOAT, 1,
UNIT_CONV_VELOCITY, 0.f, sparts, UNIT_CONV_VELOCITY, 0.f, sparts,
tracers_data.last_jet_kick_velocity, tracers_data.last_jet_kick_velocity,
"Kick velocity at last AGN jet event."); "Kick velocity at last AGN jet event.");
return 16; return 15;
} else { } else {
return 11; return 11;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment