]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Escape "parallel" in more places.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 12 Aug 2009 03:47:25 +0000 (03:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 12 Aug 2009 03:47:25 +0000 (03:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@19233 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index 037c3a2ed15e82d377f6478e7cd6b359154a3e6e..47332cb44197cc6cb9d7a6dbe2a505242460c4ce 100644 (file)
@@ -745,7 +745,7 @@ namespace Assembly
                                 // hand side vectors) whereas others are
                                 // not (such as the various matrices). For
                                 // the matrices, we happen to use the same
-                                // class names for parallel and sequential
+                                // class names for %parallel and sequential
                                 // data structures, i.e. all matrices will
                                 // actually be considered parallel
                                 // below. On the other hand, for vectors,
@@ -757,7 +757,7 @@ namespace Assembly
                                 // points; consequently, rather than
                                 // "localizing" a vector whenever we need a
                                 // localized vector, we solve linear
-                                // systems in parallel but then immediately
+                                // systems in %parallel but then immediately
                                 // localize the solution for further
                                 // processing. The various
                                 // <code>*_solution</code> vectors are
@@ -903,7 +903,7 @@ class BoussinesqFlowProblem
                                 // The constructor of the problem is very
                                 // similar to the constructor in
                                 // step-31. What is different is the
-                                // parallel communication: Trilins uses a
+                                // %parallel communication: Trilins uses a
                                 // message passing interface (MPI) for
                                 // data distribution. When entering the
                                 // BoussinesqFlowProblem class, we have

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.