From: kanschat Date: Fri, 19 Oct 2007 02:24:18 +0000 (+0000) Subject: remove test that fails for DG X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62cce38a43c125effc8e9ed6a22ccf7bed4e8cc;p=dealii-svn.git remove test that fails for DG git-svn-id: https://svn.dealii.org/trunk@15348 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;