From: wolf Date: Mon, 17 Apr 2000 14:01:17 +0000 (+0000) Subject: Add an assertion. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c490683a42ecda618f18a4bf9f6d7654e0d7b6;p=dealii-svn.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); };