]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Prettify output
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 22 Jul 2013 09:38:03 +0000 (09:38 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 22 Jul 2013 09:38:03 +0000 (09:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@30089 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/parallel_vector.templates.h
deal.II/include/deal.II/lac/sparsity_pattern.h

index d403662c07c8cd20120114297da50ddbcef278ee..57827114ee5698ab2d768d7694db04ed3fdfdcc9 100644 (file)
@@ -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)
index 66436076888e0aa7031d257416fefdc722fb78db..b327e5b9ab8fa70b52b51b80eb7ae9700153219f 100644 (file)
@@ -1395,7 +1395,7 @@ private:
    * <i>r</i> are stored within the index range
    * #rowstart[<i>r</i>]...#rowstart[<i>r+1</i>]. Therefore to find out
    * whether a given element (<i>r,c</i>) exists, we have to check whether the
-   * column number <i>c</i> exists in the abovementioned range within this
+   * column number <i>c</i> exists in the above-mentioned range within this
    * array. If it exists, say at position <i>p</i> within this array, the
    * value of the respective element in the sparse matrix will also be at
    * position <i>p</i> of the values array of that class.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.