From: kronbichler Date: Mon, 14 Jan 2013 18:03:40 +0000 (+0000) Subject: Delete unnecessary code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108f9dd34074568028cdcb1f7511097b05860480;p=dealii-svn.git Delete unnecessary code. git-svn-id: https://svn.dealii.org/trunk@28049 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/matrix_free/fe_evaluation.h b/deal.II/include/deal.II/matrix_free/fe_evaluation.h index 8164f47048..ac602ea835 100644 --- a/deal.II/include/deal.II/matrix_free/fe_evaluation.h +++ b/deal.II/include/deal.II/matrix_free/fe_evaluation.h @@ -4510,11 +4510,6 @@ FEEvaluation } else res0 = VectorizedArray(); - if (mm % 2 == 1) - { - val0 = shape_values[mid*n_q_points_1d+n_cols]; - res0 += val0 * in[stride*mid]; - } if (add == false) out[stride*n_cols] = res0; else