]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo one ':' between class names 16690/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 22 Feb 2024 19:40:54 +0000 (14:40 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 22 Feb 2024 19:48:51 +0000 (14:48 -0500)
examples/step-64/step-64.cc
include/deal.II/arborx/distributed_tree.h
include/deal.II/grid/grid_tools.h
include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h

index 31ea8c2a170f4df8aeee57ae1e80967ac0af86af..40c0b754df1fdca291763653103fe05c953baaaf 100644 (file)
@@ -268,7 +268,7 @@ namespace Step64
   // DoFHandler::get_triangulation() returns a Triangulation object, not a
   // parallel::TriangulationBase object, we have to downcast the return value.
   // This is safe to do here because we know that the triangulation is a
-  // parallel:distributed::Triangulation object in fact.
+  // parallel::distributed::Triangulation object in fact.
   template <int dim, int fe_degree>
   HelmholtzOperator<dim, fe_degree>::HelmholtzOperator(
     const DoFHandler<dim>           &dof_handler,
index f4575dceafbb5bb438699e1122778a44c0b3d1f4..1f669c942d3d19278af0240cd6ee8b0cf3e95686 100644 (file)
@@ -30,7 +30,7 @@ namespace ArborXWrappers
 {
   /**
    * This class implements a wrapper around ArborX::DistributedTree, the
-   * distributed version of ArborX:BVH.
+   * distributed version of ArborX::BVH.
    *
    * Because ArborX uses Kokkos, Kokkos needs to be initialized and finalized
    * before using this class.
index 89c3457aaf63491607990d55d5b8ceec805e716d..d2d82d9f89479825fc97fd644e13c4cfbc2563e4 100644 (file)
@@ -2278,7 +2278,7 @@ namespace GridTools
    * GridTools::build_triangulation_from_patch.
    *
    * DoFHandler's built on top of Triangulation or
-   * parallel:distributed::Triangulation are supported and handled
+   * parallel::distributed::Triangulation are supported and handled
    * appropriately.
    *
    * The result is the patch of cells representing the support of the basis
index 7a5fa3f51cb753404ada97236625493ce395875d..3816995ce2722972cf4fb980503a87bbc61e44e8 100644 (file)
@@ -341,7 +341,7 @@ namespace LinearAlgebra
         Tpetra::Map<int, dealii::types::signed_global_dof_index, NodeType>;
 
       /**
-       * Typedef for Tpetra:Graph
+       * Typedef for Tpetra::Graph
        */
       using GraphType =
         Tpetra::CrsGraph<int, dealii::types::signed_global_dof_index, NodeType>;

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.