From a2c7361baf1405df3c39a2b1b1fb0215b9d12273 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Mar 2016 10:16:44 -0600 Subject: [PATCH] Minor cleanups. Mainly just adjusting empty lines to our usual style. --- include/deal.II/base/derivative_form.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/deal.II/base/derivative_form.h b/include/deal.II/base/derivative_form.h index 5ed26c6783..d13549f059 100644 --- a/include/deal.II/base/derivative_form.h +++ b/include/deal.II/base/derivative_form.h @@ -81,7 +81,6 @@ public: */ DerivativeForm &operator = (const DerivativeForm &); - /** * Assignment operator. */ @@ -110,7 +109,6 @@ public: */ DerivativeForm<1, spacedim, dim, Number> transpose () const; - /** * Computes the volume element associated with the jacobian of the * transformation F. That is to say if $DF$ is square, it computes @@ -118,7 +116,6 @@ public: */ double determinant () const; - /** * Assuming (*this) stores the jacobian of the mapping F, it computes its * covariant matrix, namely $DF*G^{-1}$, where $G = DF^{t}*DF$. If $DF$ is @@ -126,9 +123,6 @@ public: */ DerivativeForm<1, dim, spacedim, Number> covariant_form() const; - - - /** * Determine an estimate for the memory consumption (in bytes) of this * object. @@ -142,7 +136,6 @@ public: int, << "Invalid DerivativeForm index " << arg1); - private: /** * Auxiliary function that computes (*this) * T^{t} @@ -150,13 +143,10 @@ private: DerivativeForm<1, dim, spacedim, Number> times_T_t (Tensor<2,dim,Number> T) const; -private: /** * Array of tensors holding the subelements. */ Tensor tensor[spacedim]; - - }; -- 2.39.5