From: Guido Kanschat Date: Wed, 24 Jan 2001 20:54:40 +0000 (+0000) Subject: access to suport points changed X-Git-Tag: v8.0.0~19784 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc4d0bfd1fe3cd976fa5a621070c1e03cab48d9;p=dealii.git access to suport points changed git-svn-id: https://svn.dealii.org/trunk@3793 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index c7abfd7f2d..0618f28b0a 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -572,6 +572,10 @@ class VectorTools * Exception */ DeclException0 (ExcComponentMismatch); + /** + * Exception + */ + DeclException0 (ExcNonInterpolatingFE); };