From: guido Date: Wed, 24 Jan 2001 20:54:40 +0000 (+0000) Subject: access to suport points changed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0dfbba49ef7e03299ee09e7ec8390f5febe99b;p=dealii-svn.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); };