From: Ralf Hartmann Date: Thu, 5 Apr 2001 11:28:59 +0000 (+0000) Subject: Now the global mapping_q1 object can be removed. X-Git-Tag: v8.0.0~19407 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c423e3d9ebd8a07c1b9f5c809942a8be466a34;p=dealii.git Now the global mapping_q1 object can be removed. git-svn-id: https://svn.dealii.org/trunk@4375 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index f286436a7f..64bd7d2a6b 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -40,10 +40,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; - - // TODO:[RH, WB] extend this function to use vector valued coefficient functions for system elements. // TODO:[WB] implement multithreading for this function. template