From: Daniel Arndt Date: Thu, 5 Jul 2018 14:00:16 +0000 (+0200) Subject: Expand lambda body X-Git-Tag: v9.1.0-rc1~942^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6887%2Fhead;p=dealii.git Expand lambda body --- diff --git a/include/deal.II/fe/fe_enriched.h b/include/deal.II/fe/fe_enriched.h index 428b6641c8..89face45e1 100644 --- a/include/deal.II/fe/fe_enriched.h +++ b/include/deal.II/fe/fe_enriched.h @@ -255,11 +255,21 @@ public: * &fe_base, * {&fe_1, &fe_2}, * {{[=] (const typename Triangulation::cell_iterator &) - * -> const Function * {return &fe_1_function1;}, + * -> const Function * + * { + * return &fe_1_function1; + * }, * [=] (const typename Triangulation::cell_iterator &) - * -> const Function * {return &fe_1_function2;}}, + * -> const Function * + * { + * return &fe_1_function2; + * }}, * {[=] (const typename Triangulation::cell_iterator &) - * -> const Function * {return &fe_2_function;}}}); + * -> const Function * + * { + * return &fe_2_function; + * } + * }}); * @endcode * * @note When using the same finite element for enrichment with N