From 47a586a91aac41a2c139e71b2c4f1c14001e5c77 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 Jan 2021 17:02:22 -0700 Subject: [PATCH] Fix indentation mishap. --- include/deal.II/fe/fe_tools.templates.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/deal.II/fe/fe_tools.templates.h b/include/deal.II/fe/fe_tools.templates.h index 1443e66baa..fe4cdfc292 100644 --- a/include/deal.II/fe/fe_tools.templates.h +++ b/include/deal.II/fe/fe_tools.templates.h @@ -2188,11 +2188,10 @@ namespace FETools template void - compute_projection_matrices(const FiniteElement &fe, - std::vector> - - > & matrices, - const bool isotropic_only) + compute_projection_matrices( + const FiniteElement & fe, + std::vector>> &matrices, + const bool isotropic_only) { const unsigned int n = fe.n_dofs_per_cell(); const unsigned int nd = fe.n_components(); -- 2.39.5