From: David Wells Date: Fri, 4 May 2018 02:28:45 +0000 (-0400) Subject: Add a missing '"'. X-Git-Tag: v9.0.0-rc1~18^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb3cd33b724ff871cde924715ce352f81ee273f;p=dealii.git Add a missing '"'. --- diff --git a/examples/step-18/doc/intro.dox b/examples/step-18/doc/intro.dox index 29fb117239..043556fe6a 100644 --- a/examples/step-18/doc/intro.dox +++ b/examples/step-18/doc/intro.dox @@ -334,8 +334,8 @@ is concerned was that only the first processor generated output for the entire domain. Since generating graphical output is expensive, this did not scale well when larger numbers of processors were involved. We will address this here. (For a -definition of what it means for a program to "scale", see -@ref GlossParallelScaling "this glossary entry.) +definition of what it means for a program to "scale", see +@ref GlossParallelScaling "this glossary entry".) Basically, what we need to do is let every process generate graphical output for that subset of cells that it owns, write them