Skip to content

Commit

Permalink
Fixed TRACE citation error
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jun 24, 2024
1 parent a02fa3d commit 50cf8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebound/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def cite(sim):
"""

if sim.integrator == "trace":
txt += """The simulations were integrated using the hybrid time-reversible TRACE integrator \citep{reboundtrace}. """
txt += """The simulations were integrated using the hybrid time-reversible TRACE integrator \\citep{reboundtrace}. """
bib += """@ARTICLE{reboundtrace,
author = {{Lu}, Tiger and {Hernandez}, David M. and {Rein}, Hanno},
title = "{TRACE: a Time Reversible Algorithm for Close Encounters}",
Expand Down

0 comments on commit 50cf8c4

Please sign in to comment.