From 663f09f5675c9be7cc159eadf93bf1157dcb8c4b Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 22 Jul 2013 09:38:03 +0000 Subject: [PATCH] Prettify output git-svn-id: https://svn.dealii.org/trunk@30089 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/parallel_vector.templates.h | 2 +- deal.II/include/deal.II/lac/sparsity_pattern.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/parallel_vector.templates.h b/deal.II/include/deal.II/lac/parallel_vector.templates.h index d403662c07..57827114ee 100644 --- a/deal.II/include/deal.II/lac/parallel_vector.templates.h +++ b/deal.II/include/deal.II/lac/parallel_vector.templates.h @@ -585,7 +585,7 @@ namespace parallel out << "Process #" << partitioner->this_mpi_process() << std::endl << "Local range: [" << partitioner->local_range().first << "/" - << partitioner->local_range().second << "], global size: " + << partitioner->local_range().second << "), global size: " << partitioner->size() << std::endl << "Vector data:" << std::endl; if (across) diff --git a/deal.II/include/deal.II/lac/sparsity_pattern.h b/deal.II/include/deal.II/lac/sparsity_pattern.h index 6643607688..b327e5b9ab 100644 --- a/deal.II/include/deal.II/lac/sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/sparsity_pattern.h @@ -1395,7 +1395,7 @@ private: * r are stored within the index range * #rowstart[r]...#rowstart[r+1]. Therefore to find out * whether a given element (r,c) exists, we have to check whether the - * column number c exists in the abovementioned range within this + * column number c exists in the above-mentioned range within this * array. If it exists, say at position p within this array, the * value of the respective element in the sparse matrix will also be at * position p of the values array of that class. -- 2.39.5