]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix indentation mishap. 11523/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 14 Jan 2021 00:02:22 +0000 (17:02 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 14 Jan 2021 00:03:06 +0000 (17:03 -0700)
include/deal.II/fe/fe_tools.templates.h

index 1443e66baa499b9492719255f5b7b48f171dca33..fe4cdfc29222ee725200278aedb9b282bfae98d8 100644 (file)
@@ -2188,11 +2188,10 @@ namespace FETools
 
   template <int dim, typename number, int spacedim>
   void
-  compute_projection_matrices(const FiniteElement<dim, spacedim> &fe,
-                              std::vector<std::vector<FullMatrix<number>>
-
-                                          > &                     matrices,
-                              const bool isotropic_only)
+  compute_projection_matrices(
+    const FiniteElement<dim, spacedim> &          fe,
+    std::vector<std::vector<FullMatrix<number>>> &matrices,
+    const bool                                    isotropic_only)
   {
     const unsigned int n      = fe.n_dofs_per_cell();
     const unsigned int nd     = fe.n_components();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.