From: Wolfgang Bangerth Date: Wed, 11 Apr 2001 15:07:44 +0000 (+0000) Subject: Allocate space for static variables. X-Git-Tag: v8.0.0~19345 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1c8a5ba85a531cac3521a6df75d73952d7b562;p=dealii.git Allocate space for static variables. git-svn-id: https://svn.dealii.org/trunk@4440 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/derivative_approximation.cc b/deal.II/deal.II/source/numerics/derivative_approximation.cc index e5e4302936..c8137f8a9e 100644 --- a/deal.II/deal.II/source/numerics/derivative_approximation.cc +++ b/deal.II/deal.II/source/numerics/derivative_approximation.cc @@ -36,6 +36,13 @@ static T sqr (const T t) +// static variables +template +const UpdateFlags DerivativeApproximation::Gradient::update_flags; + +template +const UpdateFlags DerivativeApproximation::SecondDerivative::update_flags; + template