// ---------------------------------------------------------------------\r
\r
// bug report from mailing list from 11/15/2013 (simplified). no_normal_flux throws\r
-// an exception:\r
-/*\r
---------------------------------------------------------\r
-An error occurred in line <4314> of file </scratch/deal-trunk/deal.II/include/deal.II/numerics/vector_tools.templates.h> in function\r
- void dealii::VectorTools::compute_no_normal_flux_constraints(const DH<dim, spacedim>&, unsigned int, const std::set<unsigned char>&, dealii::ConstraintMatrix&, const dealii::Mapping<dim, spacedim>&) [with int dim = 3; DH = dealii::DoFHandler; int spacedim = 3]\r
-The violated condition was: \r
- vector_dofs.dof_indices[d] < dof_handler.n_dofs()\r
-The name and call sequence of the exception was:\r
- ExcInternalError()\r
-Additional Information: \r
-(none)\r
-*/ \r
+// an ExcInternalError when handing it an FE with less than dim components. This\r
+// is now fixed (throws ExcMessage).\r
\r
#include "../tests.h"\r
\r