From: Timo Heister Date: Fri, 15 Nov 2013 21:11:09 +0000 (+0000) Subject: update comment X-Git-Tag: v8.1.0~275 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a7d0b0291cce09a057c7c4d33aba34634b71cf;p=dealii.git update comment git-svn-id: https://svn.dealii.org/trunk@31677 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/no_flux_13.cc b/tests/deal.II/no_flux_13.cc index 9cfaa11e4b..0010dbecf0 100644 --- a/tests/deal.II/no_flux_13.cc +++ b/tests/deal.II/no_flux_13.cc @@ -15,18 +15,8 @@ // --------------------------------------------------------------------- // bug report from mailing list from 11/15/2013 (simplified). no_normal_flux throws -// an exception: -/* --------------------------------------------------------- -An error occurred in line <4314> of file in function - void dealii::VectorTools::compute_no_normal_flux_constraints(const DH&, unsigned int, const std::set&, dealii::ConstraintMatrix&, const dealii::Mapping&) [with int dim = 3; DH = dealii::DoFHandler; int spacedim = 3] -The violated condition was: - vector_dofs.dof_indices[d] < dof_handler.n_dofs() -The name and call sequence of the exception was: - ExcInternalError() -Additional Information: -(none) -*/ +// an ExcInternalError when handing it an FE with less than dim components. This +// is now fixed (throws ExcMessage). #include "../tests.h"