]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Put parentheses around an expression.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 1 Aug 2009 01:47:48 +0000 (01:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 1 Aug 2009 01:47:48 +0000 (01:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@19158 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_boundary.cc

index 6566cce3d0ecdbb999e193bc62317f41c39cb06e..4d78b2e2474d1bc773403529f98468c3caaac881 100644 (file)
@@ -615,7 +615,7 @@ namespace internal
              outer_product (tmp,
                             GeometryInfo<dim>::d_linear_shape_function_gradient (xi, i),
                             GeometryInfo<dim>::d_linear_shape_function_gradient (xi, j));
-             H_k += object->vertex(i) * object->vertex(j) * tmp;
+             H_k += (object->vertex(i) * object->vertex(j)) * tmp;
            }
 
        const Point<dim> delta_xi = - invert(H_k) * F_k;
@@ -631,7 +631,7 @@ namespace internal
          break;
       }
     while (true);
-
+    
     return x_k;
   }
 

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.