From: Martin Kronbichler Date: Tue, 25 Feb 2014 08:34:20 +0000 (+0000) Subject: Fix bug X-Git-Tag: v8.2.0-rc1~779 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e35616537d18d8cfd5f1a504075ff45fea55f7e;p=dealii.git Fix bug git-svn-id: https://svn.dealii.org/trunk@32550 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 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),