]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Conform to coding standards.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Nov 1999 16:42:51 +0000 (16:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Nov 1999 16:42:51 +0000 (16:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@1889 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.h
deal.II/deal.II/source/numerics/vectors.cc

index c0add050cd742b5ed10063de4d0450958275cce0..22f9c72953a66f66b0ea96e75e4054bbdd31c30e 100644 (file)
@@ -399,7 +399,7 @@ class VectorTools
                                      * information.
                                      */
     static void interpolate_boundary_values (const DoFHandler<dim> &dof,
-                                            unsigned char          boundary_component,
+                                            const unsigned char    boundary_component,
                                             const Function<dim>   &boundary_function,
                                             map<int,double>       &boundary_values,
                                             const vector<bool>    &component_mask = vector<bool>());
index 42b21152369808571b26ea034c1b08c6daecef25..5332e93e737ff8e7c9b0bdf3196744a037e95f00 100644 (file)
@@ -466,7 +466,7 @@ void VectorTools<dim>::create_right_hand_side (const DoFHandler<dim>    &dof,
 template <>
 void
 VectorTools<1>::interpolate_boundary_values (const DoFHandler<1> &dof,
-                                            unsigned char        boundary_component,
+                                            const unsigned char  boundary_component,
                                             const Function<1>   &boundary_function,
                                             map<int,double>     &boundary_values,
                                             const vector<bool>  &component_mask_)
@@ -549,7 +549,7 @@ VectorTools<1>::interpolate_boundary_values (const DoFHandler<1> &dof,
 template <int dim>
 void
 VectorTools<dim>::interpolate_boundary_values (const DoFHandler<dim> &dof,
-                                              unsigned char          boundary_component,
+                                              const unsigned char    boundary_component,
                                               const Function<dim>   &boundary_function,
                                               map<int,double>       &boundary_values,
                                               const vector<bool>    &component_mask_)

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.