From: Wolfgang Bangerth Date: Thu, 30 Mar 2000 13:00:54 +0000 (+0000) Subject: Micro update. X-Git-Tag: v8.0.0~20733 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ccd7ab9d6973dd8078c31ada50358dd2d7d0047;p=dealii.git Micro update. git-svn-id: https://svn.dealii.org/trunk@2643 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;