From 0a6cc331c8bd1fe88af8c2987a0f812ee8b2bac3 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 14 May 2003 06:45:35 +0000 Subject: [PATCH] TODO removed. git-svn-id: https://svn.dealii.org/trunk@7644 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/solution_transfer.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/deal.II/deal.II/source/numerics/solution_transfer.cc b/deal.II/deal.II/source/numerics/solution_transfer.cc index 153d2b5c57..0ee34b14fb 100644 --- a/deal.II/deal.II/source/numerics/solution_transfer.cc +++ b/deal.II/deal.II/source/numerics/solution_transfer.cc @@ -23,8 +23,6 @@ #include -//TODO[?]: the storage of data in the indices_on_cell array is rather inefficient, both in terms of memory as well as in terms of computing time, since we allocate a large array of small vectors. It would be more efficient to use a Table<2> for that, but since we let user pointers point into this data, this is not exactly a 5-minuter to change. should be done, however, sometimes. - template -- 2.39.5