From cab0cc5fa6053c5d154797ba7128b0eb322208ee Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 26 Aug 2009 16:08:19 +0000 Subject: [PATCH] Escape 'parallel'. git-svn-id: https://svn.dealii.org/trunk@19342 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-8/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-8/doc/intro.dox b/deal.II/examples/step-8/doc/intro.dox index 56f2b8f553..75ca8cf4be 100644 --- a/deal.II/examples/step-8/doc/intro.dox +++ b/deal.II/examples/step-8/doc/intro.dox @@ -324,7 +324,7 @@ right hand side vectors. As a final note: in the @ref step_17 "step-17" example program, we will revisit the elastic problem laid out here, and will show how to solve it in -parallel on a cluster of computers. The resulting program will thus be able to +%parallel on a cluster of computers. The resulting program will thus be able to solve this problem to significantly higher accuracy, and more efficiently if this is required. In addition, in @ref step_20 "step-20", @ref step_21 "step-21", as well as a few other of the later tutorial programs, we will -- 2.39.5