From: Martin Kronbichler Date: Fri, 14 Aug 2009 13:48:46 +0000 (+0000) Subject: Escape "parallel" in two places. X-Git-Tag: v8.0.0~7307 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1962807bd0e25565a7396be89229dcfd781e16;p=dealii.git Escape "parallel" in two places. git-svn-id: https://svn.dealii.org/trunk@19261 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index a86c910141..0e499f3608 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -750,7 +750,7 @@ namespace Assembly // the matrices, we happen to use the same // class names for %parallel and sequential // data structures, i.e. all matrices will - // actually be considered parallel + // actually be considered %parallel // below. On the other hand, for vectors, // only those from namespace // TrilinosWrappers::MPI are actually @@ -1378,7 +1378,7 @@ void BoussinesqFlowProblem::project_temperature_field () // it has been broken out into three // functions of their own for // simplicity, but also so that they - // can easily be run in parallel on + // can easily be run in %parallel on // multiple threads (unless we are // running with MPI, in which case // this is not possible, as explained