From a4a6f50111b60ab4eba96877e307bd7bdd88c0a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 May 2016 10:42:02 -0500 Subject: [PATCH] Namespace-qualify the name of function in the changes.h file. While there, also align the default arguments of the mentioned function. --- doc/news/changes.h | 4 ++-- include/deal.II/dofs/dof_tools.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index d9930b91a3..09114d9952 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -257,8 +257,8 @@ inconvenience this causes.
  1. New: Return value std::vector vertex_mapping for the - make_vertex_patches function, including the optional inversion of the - vertex mapping. + DoFTools::make_vertex_patches() function, including the optional inversion + of the vertex mapping.
    (Joscha Gedicke, 2016/05/25)
  2. diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 8a570a639b..a523b878b6 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1757,7 +1757,7 @@ namespace DoFTools const bool boundary_patches = false, const bool level_boundary_patches = false, const bool single_cell_patches = false, - const bool invert_vertex_mapping = false); + const bool invert_vertex_mapping = false); /** * Create an incidence matrix that for every cell on a given level of a -- 2.39.5