From 7fc22b135e955ad6307a99839cc09bd0174950ae Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 18 May 2000 13:15:15 +0000 Subject: [PATCH] Mark non-implemented block. git-svn-id: https://svn.dealii.org/trunk@2890 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_constraints.templates.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.templates.h b/deal.II/deal.II/include/dofs/dof_constraints.templates.h index 03c0de63d5..6f74e0c624 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.templates.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.templates.h @@ -351,6 +351,7 @@ ConstraintMatrix::condense (BlockSparseMatrix &uncondensed } else { + Assert (false, ExcNotImplemented ()); } // // row must be distributed -- 2.39.5