]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor cleanups. 2297/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 3 Mar 2016 16:16:44 +0000 (10:16 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 3 Mar 2016 16:16:44 +0000 (10:16 -0600)
Mainly just adjusting empty lines to our usual style.

include/deal.II/base/derivative_form.h

index 5ed26c6783d109905779f02ed8b01c86af00644d..d13549f059d87ebd82c370058f5785c5a08afae7 100644 (file)
@@ -81,7 +81,6 @@ public:
    */
   DerivativeForm   &operator = (const DerivativeForm <order, dim, spacedim, Number> &);
 
-
   /**
    * 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<order,dim,Number> tensor[spacedim];
-
-
 };
 
 

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.