From a488d4f5535c09acf723028518febe07fa304f49 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Apr 1998 08:12:15 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@188 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 8c6bd2def1..859ab7724e 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -1,3 +1,10 @@ +Remove the comment signs in the monitor_* functions in tria.cc + as early as possible. These were inserted, since at home the + program did some strange things in the reserve_memory + functions (allocated more memory than told), such that the + memory checks failed. + + Rewrite code like int flagged_cells = 0; for (; cell!=endc; ++cell) -- 2.39.5