From: bangerth Date: Sat, 13 Feb 2010 17:44:54 +0000 (+0000) Subject: Escape a word. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ac7af14c7aef1ae2b03337ea3be8540c7b0f6e;p=dealii-svn.git Escape a word. git-svn-id: https://svn.dealii.org/trunk@20603 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-19/doc/intro.dox b/deal.II/examples/step-19/doc/intro.dox index 8ec8880570..e4a598ce06 100644 --- a/deal.II/examples/step-19/doc/intro.dox +++ b/deal.II/examples/step-19/doc/intro.dox @@ -3,7 +3,7 @@ In step-18, we saw a need to write -output files in an intermediate format: in a parallel program, it doesn't scale +output files in an intermediate format: in a %parallel program, it doesn't scale well if all processors participate in computing a result, and then only a single processor generates the graphical output. Rather, each of them should generate output for its share of the domain, and later on merge all these @@ -102,7 +102,7 @@ by traversing the subsections of the parameter tree and using the string, whereas ParameterHandler::get_integer, ParameterHandler::get_double, and ParameterHandler::get_bool already convert them to the indicated -type. +type.