From 7e8dbd0756120701eaa6219ee11f7f75115d3e07 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 4 May 2006 01:55:48 +0000 Subject: [PATCH] Add an assertion to make sure we don't forget a case. git-svn-id: https://svn.dealii.org/trunk@13034 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 8130067b0a..c2f53fa945 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1662,7 +1662,9 @@ void DoFTools::make_hanging_node_constraints ( const hp::DoFHandler<1> &, ConstraintMatrix &) { - // nothing to be done here + // we may have to compute + // constraints for vertices + Assert (false, ExcNotImplemented()); } #endif -- 2.39.5