From b9ee9db6a4839a02bc28e161fe2ae6f8752df0bc Mon Sep 17 00:00:00 2001 From: kronbichler Date: Sat, 1 Mar 2014 17:39:52 +0000 Subject: [PATCH] Remove accidentally committed code git-svn-id: https://svn.dealii.org/trunk@32593 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/matrix_free/fe_evaluation.h | 2 -- 1 file changed, 2 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 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); -- 2.39.5