]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some extra braces. 17972/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 4 Jan 2025 18:40:18 +0000 (13:40 -0500)
committerDavid Wells <drwells@email.unc.edu>
Sat, 4 Jan 2025 18:58:30 +0000 (13:58 -0500)
include/deal.II/grid/tria_accessor.h

index 0906841f71dd28d4cf939dea065f4a8ad332e5da..b3ea594ba41fcb6120da45e8bfa96909c85f576e 100644 (file)
@@ -7694,9 +7694,7 @@ CellAccessor<dim, spacedim>::face_index(const unsigned int i) const
   switch (dim)
     {
       case 1:
-        {
-          return this->vertex_index(i);
-        }
+        return this->vertex_index(i);
 
       case 2:
         return this->line_index(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.