From: David Wells Date: Sat, 4 Jul 2015 12:34:23 +0000 (-0400) Subject: Correctly format a code quote. X-Git-Tag: v8.3.0-rc1~25^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261ad126e26694ee8c1f8375b527a48b31d67cd2;p=dealii.git Correctly format a code quote. --- 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.