From: Wolfgang Bangerth Date: Wed, 25 May 2016 15:42:02 +0000 (-0500) Subject: Namespace-qualify the name of function in the changes.h file. X-Git-Tag: v8.5.0-rc1~1014^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a6f50111b60ab4eba96877e307bd7bdd88c0a7;p=dealii.git Namespace-qualify the name of function in the changes.h file. While there, also align the default arguments of the mentioned function. --- 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