From d5303f412a119fa7d29dedb0f4e5698cd0d4d581 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 7 Mar 2000 12:38:45 +0000 Subject: [PATCH] Small reformatting. git-svn-id: https://svn.dealii.org/trunk@2562 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index fe7070207c..3b51db9b98 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -194,7 +194,7 @@ class KellyErrorEstimator typedef map*> FunctionMap; -/** + /** * Implementation of the error * estimator described above. You * may give a coefficient, but @@ -274,7 +274,7 @@ class KellyErrorEstimator private: -/** + /** * Declare a data type to represent the * mapping between faces and integrated * jumps of gradients. See the general @@ -283,14 +283,14 @@ private: typedef map::face_iterator,double> FaceIntegrals; -/** + /** * Redeclare an active cell iterator. * This is simply for convenience. */ typedef DoFHandler::active_cell_iterator active_cell_iterator; -/** + /** * All data needed by the several functions * of the error estimator is gathered in * this struct. It is passed as a reference -- 2.39.5