From: Daniel Arndt Date: Thu, 22 Feb 2024 19:40:54 +0000 (-0500) Subject: Fix typo one ':' between class names X-Git-Tag: relicensing~2^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16690%2Fhead;p=dealii.git Fix typo one ':' between class names --- diff --git a/examples/step-64/step-64.cc b/examples/step-64/step-64.cc index 31ea8c2a17..40c0b754df 100644 --- a/examples/step-64/step-64.cc +++ b/examples/step-64/step-64.cc @@ -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 HelmholtzOperator::HelmholtzOperator( const DoFHandler &dof_handler, diff --git a/include/deal.II/arborx/distributed_tree.h b/include/deal.II/arborx/distributed_tree.h index f4575dceaf..1f669c942d 100644 --- a/include/deal.II/arborx/distributed_tree.h +++ b/include/deal.II/arborx/distributed_tree.h @@ -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. diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 89c3457aaf..d2d82d9f89 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -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 diff --git a/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h b/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h index 7a5fa3f51c..3816995ce2 100644 --- a/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h +++ b/include/deal.II/lac/trilinos_tpetra_sparsity_pattern.h @@ -341,7 +341,7 @@ namespace LinearAlgebra Tpetra::Map; /** - * Typedef for Tpetra:Graph + * Typedef for Tpetra::Graph */ using GraphType = Tpetra::CrsGraph;