]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add an assertion to make sure we don't forget a case.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 4 May 2006 01:55:48 +0000 (01:55 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 4 May 2006 01:55:48 +0000 (01:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@13034 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index 8130067b0a6ea6c7d55addd965c8ac3031359064..c2f53fa945d434ed1250d336c4272d0fa517159b 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.