From: David Wells Date: Mon, 6 May 2019 23:02:30 +0000 (-0400) Subject: Fix a comment that had the wrong boundary id type. X-Git-Tag: v9.1.0-rc1~125^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8d33a6fb7ab1e71ae1c4b8186906400031a3e6;p=dealii.git Fix a comment that had the wrong boundary id type. --- diff --git a/include/deal.II/numerics/matrix_tools.h b/include/deal.II/numerics/matrix_tools.h index 7bd27d40f9..ad79c75a18 100644 --- a/include/deal.II/numerics/matrix_tools.h +++ b/include/deal.II/numerics/matrix_tools.h @@ -192,8 +192,8 @@ namespace TrilinosWrappers * parts with indicators contained in a std::map*> passed to the function (i.e. if you want to set * up the mass matrix for the parts of the boundary with indicators zero and 2, - * you pass the function a map of unsigned - * chars as parameter @p boundary_functions containing the keys zero and + * you pass the function a map with key type types::boundary_id + * as the parameter @p boundary_functions containing the keys zero and * 2). The size of the matrix is equal to the number of degrees of freedom * that have support on the boundary, i.e. it is not a matrix on all * degrees of freedom, but only a subset. (The $\phi_i$ in the formula are the