From 261ad126e26694ee8c1f8375b527a48b31d67cd2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 4 Jul 2015 08:34:23 -0400 Subject: [PATCH] Correctly format a code quote. --- include/deal.II/distributed/tria.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index ca0fd523f7..b9b0754450 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -228,9 +228,9 @@ namespace parallel * dealii::Triangulation::execute_coarsening_and_refinement multiple times * and this function needs to know about boundaries. In other words, it is * not enough to just set boundary indicators on newly created - * faces only after calling distributed::parallel::Triangulation::e - * xecute_coarsening_and_refinement: it actually has to happen while that - * function is still running. + * faces only after calling + * distributed::parallel::Triangulation::execute_coarsening_and_refinement: + * it actually has to happen while that function is still running. * * The way to do this is by writing a function that sets boundary * indicators and that will be called by the dealii::Triangulation class. -- 2.39.5