From: Wolfgang Bangerth Date: Fri, 27 Sep 2013 12:21:55 +0000 (+0000) Subject: Make compile again. X-Git-Tag: v8.1.0~712 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d713fef7cab58039ffc0b3692ab28dba4bbaadd;p=dealii.git Make compile again. git-svn-id: https://svn.dealii.org/trunk@30972 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 3ee445d4e7..e226ffd28c 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1018,7 +1018,7 @@ namespace Step42 for (unsigned int j = 0; j < dofs_per_cell; ++j) { cell_matrix(i, j) += (stress_tensor - * fe_values[displacement].symmetric_gradient(i, q_point) + * fe_values[displacement].symmetric_gradient(j, q_point) * fe_values.JxW(q_point)); }