From 2d3babf1bc81dd8d19f3b817c2ea110d19c7ee2e Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 17 Jan 2014 17:07:34 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/trunk@32235 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5