]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix indent
authorBruna Campos <bccampos@uwaterloo.ca>
Wed, 19 Mar 2025 14:54:03 +0000 (10:54 -0400)
committerBruna Campos <bccampos@uwaterloo.ca>
Thu, 20 Mar 2025 14:30:20 +0000 (10:30 -0400)
source/grid/grid_generator_from_name.cc

index f5be2a9f4916e9a32e94f432729d253e029dd4f4..361915d5f26086c6e130946c77389ea96483d5a1 100644 (file)
@@ -244,14 +244,16 @@ namespace GridGenerator
                          bool>(subdivided_hyper_rectangle_with_simplices,
                                arguments,
                                tria);
-      
+
       else if (name == "subdivided_hyper_L")
         parse_and_create<dim,
                          dim,
                          const std::vector<unsigned int> &,
                          const Point<dim> &,
                          const Point<dim> &,
-                         const std::vector<int> &>(subdivided_hyper_L, arguments, tria);
+                         const std::vector<int> &>(subdivided_hyper_L,
+                                                   arguments,
+                                                   tria);
 
       else
         return false;

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.