From 108f9dd34074568028cdcb1f7511097b05860480 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 14 Jan 2013 18:03:40 +0000 Subject: [PATCH] Delete unnecessary code. git-svn-id: https://svn.dealii.org/trunk@28049 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/matrix_free/fe_evaluation.h | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.5