From: kronbichler Date: Tue, 25 Feb 2014 08:34:20 +0000 (+0000) Subject: Fix bug X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0033e6bcae0ab533ebd8685c9e1ce00dd65d6ca2;p=dealii-svn.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),