From: Wolfgang Bangerth Date: Fri, 24 Apr 1998 08:12:15 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~23066 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a488d4f5535c09acf723028518febe07fa304f49;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@188 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)