From ea0cc484cd249dec1eef93185e8d75fa834dcf9b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Jun 2019 16:47:19 -0600 Subject: [PATCH] Indent comments. --- include/deal.II/dofs/dof_tools.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5