]> https://gitweb.dealii.org/ - dealii.git/commitdiff
improve documentation
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 30 Oct 2018 13:23:24 +0000 (14:23 +0100)
committerDenis Davydov <davydden@gmail.com>
Thu, 1 Nov 2018 16:25:07 +0000 (17:25 +0100)
Co-Authored-By: davydden <davydden@gmail.com>
include/deal.II/base/utilities.h
source/base/utilities.cc

index 3cb5a2e6fc02496f772a08dea703856100b30679..a79c44664c4462008a66b1d78eabf7bacb9f758b 100644 (file)
@@ -111,7 +111,7 @@ namespace Utilities
    * <code>bits\_per\_dim * dim <= 64</code>.
    *
    * @note There is no need to use this function in order to compare indices
-   * returned by inverse_Hilbert_space_filling_curve(), that can be easily done
+   * returned by inverse_Hilbert_space_filling_curve(), as that can easily be done
    * via <code>std::lexicographical_compare()</code>.
    */
   template <int dim>
index 50a755d2a6e6c4fb636605d81401598682e6e48c..d8a940908f1bb78675dfd732ef99401ad8d14269 100644 (file)
@@ -283,7 +283,7 @@ namespace Utilities
     Integer res = 0;
     for (unsigned int i = 0; i < dim; ++i)
       {
-        // take @bits_per_dim from each integer and shift them
+        // take bits_per_dim from each integer and shift them
         const Integer v = (mask & index[dim - 1 - i]) << (bits_per_dim * i);
         res |= v;
       }

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.