]> https://gitweb.dealii.org/ - dealii.git/commitdiff
DoFTools fix doc typo 14038/head
authorFabian Castelli <fabian.castelli@kit.edu>
Thu, 23 Jun 2022 11:59:29 +0000 (13:59 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Thu, 23 Jun 2022 11:59:29 +0000 (13:59 +0200)
include/deal.II/dofs/dof_tools.h

index 5a28833641cde1c3b6dc0099c8277d76f17f0746..a106544cb94b751906ddda023dfcc9845a67d0b4 100644 (file)
@@ -1626,8 +1626,7 @@ namespace DoFTools
    * DoFHandler objects built on parallel::distributed::Triangulation this set
    * is the union of DoFHandler::locally_owned_dofs() and the DoF indices on
    * all ghost cells. In essence, it is the DoF indices on all cells that are
-   * not artificial (see
-   * @ref GlossArtificialCell "the glossary").
+   * not artificial (see @ref GlossArtificialCell "the glossary").
    *
    * @deprecated Use the previous function instead.
    */
@@ -1638,12 +1637,12 @@ namespace DoFTools
 
   /**
    * Extract the set of locally owned DoF indices for each component within the
-   * mask that are owned by the current  processor. For components disabled by
+   * mask that are owned by the current processor. For components disabled by
    * the mask, an empty IndexSet is returned. For a scalar DoFHandler built on a
    * sequential triangulation, the return vector contains a single complete
    * IndexSet with all DoF indices. If the mask contains all components (which
    * also corresponds to the default value), then the union of the returned
-   * index sets equlas what DoFHandler::locally_owned_dofs() returns.
+   * index sets equals what DoFHandler::locally_owned_dofs() returns.
    */
   template <int dim, int spacedim>
   std::vector<IndexSet>

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.