From fb419a5e2f078d7057d1ec01ff1705d94ef41d6e Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 19 Oct 2007 02:24:18 +0000 Subject: [PATCH] remove test that fails for DG git-svn-id: https://svn.dealii.org/trunk@15348 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.cc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 0a413667fe..da9de4a1b5 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -1008,18 +1008,6 @@ create_boundary_mass_matrix_1 (const Mapping &mapping, Assert (coefficient ==0 || coefficient->n_components==1 || coefficient->n_components==n_components, ExcComponentMismatch()); -#ifdef DEBUG - if (true) - { - unsigned int max_element = 0; - for (std::vector::const_iterator i=dof_to_boundary_mapping.begin(); - i!=dof_to_boundary_mapping.end(); ++i) - if ((*i != DoFHandler::invalid_dof_index) && - (*i > max_element)) - max_element = *i; - Assert (max_element == matrix.n()-1, ExcInternalError()); - }; -#endif const unsigned int dofs_per_cell = fe.dofs_per_cell, dofs_per_face = fe.dofs_per_face; -- 2.39.5