From: Ralf Hartmann Date: Thu, 5 Apr 2001 13:13:35 +0000 (+0000) Subject: Now the global mapping_q1 object can be removed. X-Git-Tag: v8.0.0~19404 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfadd44285bf50dc2bfc5e0f03fee845f43f8690;p=dealii.git Now the global mapping_q1 object can be removed. git-svn-id: https://svn.dealii.org/trunk@4378 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/vectors.cc b/deal.II/deal.II/source/numerics/vectors.cc index 84a7ff391d..e6b041780a 100644 --- a/deal.II/deal.II/source/numerics/vectors.cc +++ b/deal.II/deal.II/source/numerics/vectors.cc @@ -43,10 +43,6 @@ using namespace std; -//TODO:[RH,GK] Replace global by local object; better: have two functions, or by default arg -static const MappingQ1 mapping_q1; - - static inline double sqr (const double x) {