From: Wolfgang Bangerth Date: Mon, 17 Apr 2000 14:01:17 +0000 (+0000) Subject: Add an assertion. X-Git-Tag: v8.0.0~20663 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b921c35bdcbb78e16eea3623fe3e294630127a;p=dealii.git Add an assertion. git-svn-id: https://svn.dealii.org/trunk@2732 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 69937c69bb..d571b1114d 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -616,6 +616,10 @@ class DoFTools * Exception */ DeclException0 (ExcFiniteElementsDontMatch); + /** + * Exception + */ + DeclException0 (ExcGridNotCoarser); };