Skip to content
Snippets Groups Projects
Commit 04a0a3f6 authored by Filip Husko's avatar Filip Husko Committed by Matthieu Schaller
Browse files

Fix io for a jet-related tracer

parent 2b0b35b3
Branches
Tags
8 merge requests!1997Yet another master into zoom buffer branch merge (with formatting all done!),!1994Draft: Testing master -> zoom merge,!1987Update zoom_merge with master updates (after wrangling immense conflicts),!1982Update zoom merge branch with latest master developments,!1956Rename space_getsid to space_getsid_and_swap_cells() to try to prevent...,!1945Another master->zoom_merge update,!1921Mhd canvas,!1917Fix io for a jet-related tracer
......@@ -398,11 +398,11 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles(
"corresponds to the thick disc, 1 to the "
"thin disc and 2 to the slim disc.");
list[16] =
io_make_output_field("LastAGNJetKickBHId", CHAR, 1, UNIT_CONV_NO_UNITS,
0.f, sparts, tracers_data.last_jet_kick_BH_id,
"The id of the BH that last kicked this "
"particle.");
list[16] = io_make_output_field("LastAGNJetKickBHId", ULONGLONG, 1,
UNIT_CONV_NO_UNITS, 0.f, sparts,
tracers_data.last_jet_kick_BH_id,
"The id of the BH that last kicked this "
"particle.");
return 17;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment