From: bangerth Date: Wed, 23 Feb 2011 14:30:36 +0000 (+0000) Subject: Handle the new no_requirements case. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf94f20cd92a0f485b8a05b4ba96baca4fd34a3;p=dealii-svn.git Handle the new no_requirements case. git-svn-id: https://svn.dealii.org/trunk@23430 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index 4fd7b69d36..9a96aba01c 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -2747,6 +2747,18 @@ namespace internal break; } + case FiniteElementDomination::no_requirements: + // there + // are no + // continuity + // requirements + // between + // the two + // elements. record + // no + // constraints + break; + default: // we shouldn't get here Assert (false, ExcInternalError());