From 0ccd7ab9d6973dd8078c31ada50358dd2d7d0047 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Mar 2000 13:00:54 +0000 Subject: [PATCH] Micro update. git-svn-id: https://svn.dealii.org/trunk@2643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index 3b51db9b98..0d00c620cf 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -271,14 +271,16 @@ class KellyErrorEstimator DeclException0 (ExcInvalidBoundaryFunction); -private: + private: /** - * Declare a data type to represent the - * mapping between faces and integrated - * jumps of gradients. See the general - * doc of this class for more information. + * Declare a data type to + * represent the mapping between + * faces and integrated jumps of + * gradients. See the general + * documentation of this class + * for more information. */ typedef map::face_iterator,double> FaceIntegrals; -- 2.39.5