From 70fec4c2590c442e7c4a3a8be1cc094d95754f94 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 4 Jan 2020 19:23:09 -0500 Subject: [PATCH] fix a doxygen citation might be related to #9222 --- include/deal.II/particles/generators.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/particles/generators.h b/include/deal.II/particles/generators.h index bac34ab166..a65d8d2637 100644 --- a/include/deal.II/particles/generators.h +++ b/include/deal.II/particles/generators.h @@ -122,8 +122,8 @@ namespace Particles * (if option @p random_cell_selection set to true). In either case the position of * individual particles inside the cell is computed randomly. * - * The algorithm implemented in the function is described in @cite - * GLHPW2018. + * The algorithm implemented in the function is described in + * @cite GLHPW2018. * * @param[in] triangulation The triangulation associated with the @p particle_handler. * -- 2.39.5