From da7751a05595b70ce4088facca32f2e5216c9af1 Mon Sep 17 00:00:00 2001 From: cvs Date: Wed, 13 Oct 1999 07:52:14 +0000 Subject: [PATCH] Minor update. git-svn-id: https://svn.dealii.org/trunk@1765 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index c8c5bf6278..65f596a317 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -519,10 +519,10 @@ class FEValuesBase /** * Exception */ - DeclException0 (ExcWrongNoOfComponents); - /** - * Exception. - */ + DeclException0 (ExcWrongNoOfComponents); + /** + * Exception. + */ DeclException2 (ExcWrongVectorSize, int, int, << "Vector has wrong size " << arg1 -- 2.39.5