From: kronbichler Date: Sat, 1 Mar 2014 17:39:52 +0000 (+0000) Subject: Remove accidentally committed code X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ee9db6a4839a02bc28e161fe2ae6f8752df0bc;p=dealii-svn.git Remove accidentally committed code git-svn-id: https://svn.dealii.org/trunk@32593 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 3d7aed87b9..02295fe322 100644 --- a/deal.II/include/deal.II/matrix_free/fe_evaluation.h +++ b/deal.II/include/deal.II/matrix_free/fe_evaluation.h @@ -2397,8 +2397,6 @@ FEEvaluationBase mapped_geometry->get_cell()->level(), mapped_geometry->get_cell()->index(), dof_handler); - Assert (sizeof(src) == sizeof(VectorType *), - ExcMessage("Only one single vector allowed")); local_dof_indices.resize(dof_handler->get_fe().dofs_per_cell); cell->get_dof_indices(local_dof_indices);