From: Wolfgang Bangerth Date: Thu, 2 Apr 1998 17:20:51 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~23125 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e8f6d4a7cff2f8f1c94ed8bdb53a83eb964993;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@129 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 12d948cb6c..5623f93b17 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -39,6 +39,16 @@ implement ProblemBase::distribute_cell_to_dof_vector Remove gcc2.8 workaround with DoFSubstructAccessor +Replace verbatim implementation of setw(int) in parameter-handler.cc + when a reasonable (linkable) library implementation is available + again. + + +Use the C++ standard string classes instead of the libg++ String + class. + + + DEAL: @@ -51,3 +61,10 @@ Is dvector::operator= (double) really useful or does it make more Give mia::State a much better name, same for Control ! :-]]] + + +Let all the reinit functions in /lac free their memory, if reinit + is called with less requirements. Maybe give free all memory + if the given dimension is zero. If so, check all deal.II files + for use of reinit. +