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

Merge branch 'fix_jet_tracer_variable_type' into 'master'

Fix io for a jet-related tracer

See merge request !1917
parents 2b0b35b3 04a0a3f6
No related branches found
No related tags found
Loading
......@@ -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