From: wolf Date: Sun, 4 Apr 2004 23:38:22 +0000 (+0000) Subject: Inline a small function. Don't make it static to avoid a problem with icc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c4d389b69cae35b884dad2f1341fcdd47f7e76;p=dealii-svn.git 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 --- 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) {