]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix missing indent
authorBruno Blais <blais.bruno@gmail.com>
Sun, 2 Jul 2023 00:53:01 +0000 (20:53 -0400)
committerBruno Blais <blais.bruno@gmail.com>
Sun, 2 Jul 2023 00:53:01 +0000 (20:53 -0400)
source/grid/grid_tools.inst.in

index cfb53224b7cea940e939064603501be29dad8f45..0735e699c5e86491ca5d3efb03cf2239f09e2d9c 100644 (file)
@@ -67,14 +67,14 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
 #if deal_II_dimension <= deal_II_space_dimension
     namespace GridTools
     \{
-       parallel::fullydistributed::Triangulation<
-           deal_II_dimension,
-           deal_II_space_dimension>::active_cell_iterator 
-    find_active_cell_around_point(
-      const parallel::fullydistributed::Triangulation<
-          deal_II_dimension,
-          deal_II_space_dimension> &,
-      const Point<deal_II_space_dimension> &p);
+      parallel::fullydistributed::Triangulation<
+        deal_II_dimension,
+        deal_II_space_dimension>::active_cell_iterator
+      find_active_cell_around_point(
+        const parallel::fullydistributed::Triangulation<deal_II_dimension,
+                                                        deal_II_space_dimension>
+          &,
+        const Point<deal_II_space_dimension> &p);
     \}
 
 #endif

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.