From f944dccf2650fd4ad59a9511c9184c3b1f0d6e16 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 26 Sep 2013 15:49:18 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/trunk@30961 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/elasticity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/integrators/elasticity.h b/deal.II/include/deal.II/integrators/elasticity.h index 6623ba9390..b38480189e 100644 --- a/deal.II/include/deal.II/integrators/elasticity.h +++ b/deal.II/include/deal.II/integrators/elasticity.h @@ -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