diff --git a/src/tracers/EAGLE/tracers_io.h b/src/tracers/EAGLE/tracers_io.h index 53c02b192f619778228bb8cc6c32820e725368d8..e56b736a232412238cefa23b45d891f73d9d823b 100644 --- a/src/tracers/EAGLE/tracers_io.h +++ b/src/tracers/EAGLE/tracers_io.h @@ -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 {