From d02bce8e7ebedcb070e4755ff0143a8ad2b410d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Jan 2001 09:53:21 +0000 Subject: [PATCH] Back out patch 1.44->1.45 again, as it seemed to have slipped in from another branch by chance. git-svn-id: https://svn.dealii.org/trunk@3713 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index 328defb771..4dd9aa739e 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -476,7 +476,7 @@ class KellyErrorEstimator * The normal vectors of the finite * element function on one face */ - vector > normal_vectors; + vector > normal_vectors; /** * Two arrays needed for the -- 2.39.5