From: kronbichler Date: Mon, 22 Jul 2013 09:38:03 +0000 (+0000) Subject: Prettify output X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9792fe7175db3fcce02a6622afb4ca24eceb41;p=dealii-svn.git Prettify output git-svn-id: https://svn.dealii.org/trunk@30089 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.