From: Wolfgang Bangerth Date: Thu, 20 Jun 2019 22:47:19 +0000 (-0600) Subject: Indent comments. X-Git-Tag: v9.2.0-rc1~1426^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8326%2Fhead;p=dealii.git Indent comments. --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 5bb814c004..28bde4e4ab 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1346,10 +1346,10 @@ namespace DoFTools * corresponds to a vector component selected by the mask above. The size * of this array must equal DoFHandler::n_locally_owned_dofs(), which for * sequential computations of course equals DoFHandler::n_dofs(). The - * previous contents of this array are overwritten. Note that the resulting - * vector just holds the locally owned extracted degrees of freedom, which - * first have to be mapped to the global degrees of freedom, to correspond - * with them. + * previous contents of this array are overwritten. Note that the resulting + * vector just holds the locally owned extracted degrees of freedom, which + * first have to be mapped to the global degrees of freedom, to correspond + * with them. */ template void @@ -1379,7 +1379,7 @@ namespace DoFTools * corresponds to a vector block selected by the mask above. The size * of this array must equal DoFHandler::n_locally_owned_dofs(), which for * sequential computations of course equals DoFHandler::n_dofs(). The - * previous contents of this array are overwritten. + * previous contents of this array are overwritten. */ template void