From fdb3cd33b724ff871cde924715ce352f81ee273f Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 3 May 2018 22:28:45 -0400 Subject: [PATCH] Add a missing '"'. --- examples/step-18/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5