From 562947b89bd9d29c15703d4741481ab6c1f4e971 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 11 Aug 2009 12:59:34 +0000 Subject: [PATCH] Escape a few words. git-svn-id: https://svn.dealii.org/trunk@19217 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 3f2672822c..b351a9ae80 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -64,7 +64,7 @@ // This is the only include file that is // new: We use Trilinos for defining the - // parallel partitioning of the matrices + // %parallel partitioning of the matrices // and vectors, and an Epetra_Map is the // Trilinos data structure for the // definition of which part of a @@ -79,7 +79,7 @@ using namespace dealii; // @sect3{Equation data} // This program is mainly an extension of - // step-31 to operate in parallel, so the + // step-31 to operate in %parallel, so the // equation data remains the same. namespace EquationData { @@ -1763,12 +1763,12 @@ void BoussinesqFlowProblem::assemble_temperature_system (const double maxim // @sect4{BoussinesqFlowProblem::project_temperature_field} // Manually project the initial // conditions for the temperature in - // parallel instead of doing that + // %parallel instead of doing that // completely on each processor. The // temperature mass matrix is already // available, and we need just to // compute a right hand side in - // parallel, do a cg solve and + // %parallel, do a CG solve and // distribute the hanging node // constraints. template -- 2.39.5