]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed indentation
authorBruno <blais.bruno@gmail.com>
Sun, 25 Oct 2020 18:55:28 +0000 (14:55 -0400)
committerBruno Blais <blais.bruno@gmail.com>
Wed, 28 Oct 2020 12:31:15 +0000 (08:31 -0400)
include/deal.II/grid/grid_tools_cache_update_flags.h
source/particles/particle_handler.cc

index c8d3e4c05b91fd97808fcebae23f98881e1bf235..7cbf5d3dab33df2fdc5f425a191eb25f44b89c46 100644 (file)
@@ -168,8 +168,8 @@ namespace GridTools
    *
    * @ref CacheUpdateFlags
    */
-  inline CacheUpdateFlags
-  operator&(const CacheUpdateFlags f1, const CacheUpdateFlags f2)
+  inline CacheUpdateFlags operator&(const CacheUpdateFlags f1,
+                                    const CacheUpdateFlags f2)
   {
     return static_cast<CacheUpdateFlags>(static_cast<unsigned int>(f1) &
                                          static_cast<unsigned int>(f2));
index 3f3503aeadbac87f90e1fae0c5a8388de2064a98..523dda593b16adb1691464db1d5ca278755c20de 100644 (file)
@@ -1679,8 +1679,8 @@ namespace Particles
 
     switch (status)
       {
-          case parallel::distributed::Triangulation<dim,
-                                                    spacedim>::CELL_PERSIST: {
+        case parallel::distributed::Triangulation<dim, spacedim>::CELL_PERSIST:
+          {
             auto position_hint = particles.end();
             for (const auto &particle : loaded_particles_on_cell)
               {
@@ -1699,8 +1699,8 @@ namespace Particles
           }
           break;
 
-          case parallel::distributed::Triangulation<dim,
-                                                    spacedim>::CELL_COARSEN: {
+        case parallel::distributed::Triangulation<dim, spacedim>::CELL_COARSEN:
+          {
             typename std::multimap<internal::LevelInd,
                                    Particle<dim, spacedim>>::iterator
               position_hint = particles.end();
@@ -1725,8 +1725,8 @@ namespace Particles
           }
           break;
 
-          case parallel::distributed::Triangulation<dim,
-                                                    spacedim>::CELL_REFINE: {
+        case parallel::distributed::Triangulation<dim, spacedim>::CELL_REFINE:
+          {
             std::vector<
               typename std::multimap<internal::LevelInd,
                                      Particle<dim, spacedim>>::iterator>

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.