From: Timo Heister Date: Fri, 17 Jan 2014 17:07:34 +0000 (+0000) Subject: fix typo X-Git-Tag: v8.2.0-rc1~1020 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5338aeb0907f238e4576e520201e1351628cf291;p=dealii.git fix typo git-svn-id: https://svn.dealii.org/trunk@32235 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 1b98b6d9af..882332e1ea 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -1839,7 +1839,7 @@ namespace Step32 // hinting WorkStream at cells that do not share vertices, allowing for // parallelism among those cells (see the graph coloring algorithms and // WorkStream with colored iterators argument). However, that only works - // when only MPI processor is present because Trilinos' internal data + // when only one MPI processor is present because Trilinos' internal data // structures for accumulating off-processor data on the fly are not thread // safe. With the initialization presented here, there is no such problem // and one could safely introduce graph coloring for this algorithm.