From: Timo Heister Date: Sat, 6 Feb 2016 22:19:54 +0000 (-0500) Subject: formatting: release step 0b X-Git-Tag: v8.4.0-rc2~27^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368c3c6870f71d1a6043952c55d041897e22fb21;p=dealii.git formatting: release step 0b --- diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index cc2f87cd74..728e0390fc 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -2108,7 +2108,6 @@ public: const VectorSlice > &indices, std::vector > &laplacians, bool quadrature_points_fastest = false) const; - //@} //@} /// @name Access to third derivatives of global finite element fields diff --git a/include/deal.II/lac/block_linear_operator.h b/include/deal.II/lac/block_linear_operator.h index 7602e47b85..ddb56bcc24 100644 --- a/include/deal.II/lac/block_linear_operator.h +++ b/include/deal.II/lac/block_linear_operator.h @@ -265,8 +265,6 @@ public: * representing the $(i,j)$-th block of the BlockLinearOperator. */ std::function block; - - //@} };