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

Merge branch 'fix_jet_tracer_variable_type' into 'master'

Fix jet tracer variable type

See merge request !1918
parents a0a3d3b4 f121751e
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,!1918Fix jet tracer variable type
...@@ -236,11 +236,11 @@ __attribute__((always_inline)) INLINE static int tracers_write_particles( ...@@ -236,11 +236,11 @@ __attribute__((always_inline)) INLINE static int tracers_write_particles(
"corresponds to the thick disc, 1 to the " "corresponds to the thick disc, 1 to the "
"thin disc and 2 to the slim disc."); "thin disc and 2 to the slim disc.");
list[16] = list[16] = io_make_output_field("LastAGNJetKickBHId", ULONGLONG, 1,
io_make_output_field("LastAGNJetKickBHId", CHAR, 1, UNIT_CONV_NO_UNITS, UNIT_CONV_NO_UNITS, 0.f, xparts,
0.f, xparts, tracers_data.last_jet_kick_BH_id, tracers_data.last_jet_kick_BH_id,
"The id of the BH that last kicked this " "The id of the BH that last kicked this "
"particle."); "particle.");
return 17; return 17;
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment