From 0033e6bcae0ab533ebd8685c9e1ce00dd65d6ca2 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 25 Feb 2014 08:34:20 +0000 Subject: [PATCH] Fix bug git-svn-id: https://svn.dealii.org/trunk@32550 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/matrix_free/fe_evaluation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 3e4ec214de..3e0b1a1fe3 100644 --- a/deal.II/include/deal.II/matrix_free/fe_evaluation.h +++ b/deal.II/include/deal.II/matrix_free/fe_evaluation.h @@ -1961,7 +1961,8 @@ FEEvaluationBase active_quad_index (other.active_quad_index), matrix_info (other.matrix_info), dof_info (other.dof_info), - mapping_info (other.mapping_info), + mapping_info (other.mapping_info), + stored_shape_info (other.stored_shape_info), data (other.data), cartesian_data (other.cartesian_data), jacobian (other.jacobian), -- 2.39.5