From 50c4d389b69cae35b884dad2f1341fcdd47f7e76 Mon Sep 17 00:00:00 2001 From: wolf Date: Sun, 4 Apr 2004 23:38:22 +0000 Subject: [PATCH] Inline a small function. Don't make it static to avoid a problem with icc. git-svn-id: https://svn.dealii.org/trunk@8965 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/error_estimator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index 3e1ec03aae..1b49f7f761 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -44,7 +44,7 @@ double sqr (const double x) template -static +inline void advance_by_n (CellIterator &cell, const unsigned int n) { -- 2.39.5