]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Expand lambda body 6887/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 5 Jul 2018 14:00:16 +0000 (16:00 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 5 Jul 2018 21:36:19 +0000 (23:36 +0200)
include/deal.II/fe/fe_enriched.h

index 428b6641c807e92827294eee056d42384dba4fdf..89face45e1d22ca70604437c1ee36440d312397b 100644 (file)
@@ -255,11 +255,21 @@ public:
    *   &fe_base,
    *   {&fe_1, &fe_2},
    *   {{[=] (const typename Triangulation<dim>::cell_iterator &)
-   *       -> const Function<dim> * {return &fe_1_function1;},
+   *       -> const Function<dim> *
+   *     {
+   *       return &fe_1_function1;
+   *     },
    *     [=] (const typename Triangulation<dim>::cell_iterator &)
-   *       -> const Function<dim> * {return &fe_1_function2;}},
+   *       -> const Function<dim> *
+   *     {
+   *       return &fe_1_function2;
+   *     }},
    *    {[=] (const typename Triangulation<dim>::cell_iterator &)
-   *       -> const Function<dim> * {return &fe_2_function;}}});
+   *       -> const Function<dim> *
+   *     {
+   *       return &fe_2_function;
+   *     }
+   *    }});
    * @endcode
    *
    * @note When using the same finite element for enrichment with N

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.