]> https://gitweb.dealii.org/ - dealii.git/commitdiff
indent 17497/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 13 Aug 2024 03:18:39 +0000 (22:18 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 13 Aug 2024 03:18:39 +0000 (22:18 -0500)
source/grid/tria.cc

index 1460e208eee2d3e8f6c146b714b9db6e3f3f8416..a089dcfbe5a1ad2d0193a7a9f092ae1d4cceb329 100644 (file)
@@ -901,13 +901,13 @@ namespace internal
   template <int dim, int spacedim>
   DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim<dim, spacedim>))
   void CellAttachedDataSerializer<dim, spacedim>::load(
-    const unsigned int global_first_cell,
-    const unsigned int global_num_cells,
-    const unsigned int local_num_cells,
-    const std::string &file_basename,
-    const unsigned int n_attached_deserialize_fixed,
-    const unsigned int n_attached_deserialize_variable,
-    [[maybe_unused]] const MPI_Comm    &mpi_communicator)
+    const unsigned int               global_first_cell,
+    const unsigned int               global_num_cells,
+    const unsigned int               local_num_cells,
+    const std::string               &file_basename,
+    const unsigned int               n_attached_deserialize_fixed,
+    const unsigned int               n_attached_deserialize_variable,
+    [[maybe_unused]] const MPI_Comm &mpi_communicator)
   {
     Assert(dest_data_fixed.empty(),
            ExcMessage("Previously loaded data has not been released yet!"));
@@ -2009,8 +2009,8 @@ namespace internal
       // count the number of objects, of unused single objects and of
       // unused pairs of objects
       [[maybe_unused]] unsigned int n_quads          = 0;
-      unsigned int n_unused_pairs   = 0;
-      unsigned int n_unused_singles = 0;
+      unsigned int                  n_unused_pairs   = 0;
+      unsigned int                  n_unused_singles = 0;
       for (unsigned int i = 0; i < tria_faces.quads.used.size(); ++i)
         {
           if (tria_faces.quads.used[i])
@@ -2240,8 +2240,8 @@ namespace internal
           // count the number of objects, of unused single objects and of
           // unused pairs of objects
           [[maybe_unused]] unsigned int n_objects        = 0;
-          unsigned int n_unused_pairs   = 0;
-          unsigned int n_unused_singles = 0;
+          unsigned int                  n_unused_pairs   = 0;
+          unsigned int                  n_unused_singles = 0;
           for (unsigned int i = 0; i < tria_objects.used.size(); ++i)
             {
               if (tria_objects.used[i])

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.