]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Mar 2006 22:57:02 +0000 (22:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Mar 2006 22:57:02 +0000 (22:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@12731 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.templates.h

index 315069c2f2bea01e405211daca35e2320aeb62bd..961563d4ded4d1bdfcec34cc2a59c4236c8e349c 100644 (file)
@@ -925,7 +925,7 @@ interpolate_boundary_values (const Mapping<dim>            &mapping,
                                             // to obtain the quadrature points
                                             // on the real cell's face
             std::vector<Point<dim-1> > 
-               unit_support_points = fe.get_unit_face_support_points();
+             unit_support_points = fe.get_unit_face_support_points();
   
                                             // check whether there are support
                                             // points on the face. if not, then
@@ -953,7 +953,7 @@ interpolate_boundary_values (const Mapping<dim>            &mapping,
                   if (component_mask[fe.face_system_to_component_index(i).first]
                       == true)
                    unit_support_points[i] = fe.unit_face_support_point(i);
-              };
+              }
 
             Quadrature<dim-1> aux_quad (unit_support_points);
             FEFaceValues<dim> fe_values (mapping, fe, aux_quad, update_q_points);

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.