]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent function arguments to align them.include/deal.II/fe/fe.h 3795/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 14 Jan 2017 05:14:57 +0000 (22:14 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 14 Jan 2017 05:15:49 +0000 (22:15 -0700)
include/deal.II/fe/fe.h
source/fe/fe.cc

index 5f54f946138984fee600fcb522e07145a7994c18..bab0e0d32aad6a8da47ce3fcec20a9cc952654e7 100644 (file)
@@ -1959,7 +1959,7 @@ public:
   void
   interpolate(std::vector<double>                &local_dofs,
               const std::vector<Vector<double> > &values,
-              unsigned int offset = 0) const;
+              const unsigned int                  offset = 0) const;
 
   /**
    * Interpolate a set of vector values, computed in the generalized support
@@ -1967,7 +1967,7 @@ public:
    */
   virtual
   void
-  interpolate(std::vector<double> &local_dofs,
+  interpolate(std::vector<double>                                         &local_dofs,
               const VectorSlice<const std::vector<std::vector<double> > > &values) const;
 
   //@}
index 1a149f8360424a66cd28cb2664ef47b5b6e68b87..2bbbe01b11753b5c35f61256e607d4e806dedffd 100644 (file)
@@ -1120,9 +1120,9 @@ FiniteElement<dim,spacedim>::interpolate(
 template <int dim, int spacedim>
 void
 FiniteElement<dim,spacedim>::interpolate(
-  std::vector<double>    &local_dofs,
+  std::vector<double>                &local_dofs,
   const std::vector<Vector<double> > &values,
-  unsigned int offset) const
+  const unsigned int                  offset) const
 {
   Assert (has_support_points(), ExcFEHasNoSupportPoints());
   Assert (values.size() == unit_support_points.size(),

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.