From 421176e98af33c2e7bc3890caa78abd02de23ac1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 18 Jun 2014 05:01:45 +0000 Subject: [PATCH] Fix missing space. git-svn-id: https://svn.dealii.org/trunk@33057 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-6/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-6/doc/results.dox b/deal.II/examples/step-6/doc/results.dox index 9a93d10859..01c87dbc30 100644 --- a/deal.II/examples/step-6/doc/results.dox +++ b/deal.II/examples/step-6/doc/results.dox @@ -147,7 +147,7 @@ href="http://en.wikipedia.org/wiki/Name_mangling">"mangled" names for DoFHandler and FE_Q. The mangling works as follows: the first number indicates the number of characters of the template class, i.e. 10 for DoFHandler and 4 -forFE_Q; the rest of the text is then template +for FE_Q; the rest of the text is then template arguments. From this we can already glean a little bit who's the culprit here, and who the victim: The one object that still uses the finite element is the -- 2.39.5