From ec39ae41262cd34511b261aef92c6bc24898f48a Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 5 Apr 2001 11:28:59 +0000 Subject: [PATCH] Now the global mapping_q1 object can be removed. git-svn-id: https://svn.dealii.org/trunk@4375 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.cc | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5