]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix typo
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Sep 2013 15:49:18 +0000 (15:49 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Sep 2013 15:49:18 +0000 (15:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@30961 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/integrators/elasticity.h

index 6623ba93903fcd5bf30613060cde023ffde37b2d..b38480189ed080b80e774cabe91c053a65716fc3 100644 (file)
@@ -251,7 +251,7 @@ namespace LocalIntegrators
               {
                 const double u= input[d1][k];
                 const double v= fe.shape_value_component(i,k,d1);
-                result(i) += dx + 2.*penalty * u * v;
+                result(i) += dx * 2.*penalty * u * v;
 
                 for (unsigned int d2=0; d2<dim; ++d2)
                   {

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.