]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent one place.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 16 Jul 2009 18:08:37 +0000 (18:08 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 16 Jul 2009 18:08:37 +0000 (18:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@19100 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/geometry_info.cc

index 4e1707140365004acd4623826aeee35625dedace..e546957328b95a68e917762c90b2e6c5f97021f8 100644 (file)
@@ -1719,9 +1719,8 @@ alternating_form_at_vertices (const Point<spacedim> (&vertices)[vertices_per_cel
       for (unsigned int j=0; j<vertices_per_cell; ++j)
        {
          const Tensor<1,dim> grad_phi_j
-           = (
-              d_linear_shape_function_gradient (unit_cell_vertex(i),
-                                                j));
+           = d_linear_shape_function_gradient (unit_cell_vertex(i),
+                                               j));
          for (unsigned int l=0; l<dim; ++l)
            derivatives[l] += vertices[j] * grad_phi_j[l];
        }

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.