From: wolf Date: Mon, 3 Jan 2000 14:39:30 +0000 (+0000) Subject: Done. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a48a1ff5816015ed263e25d63309015e307136c;p=dealii-svn.git Done. git-svn-id: https://svn.dealii.org/trunk@2151 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/Todo b/deal.II/lac/Todo index 898ecf0e17..9859d5f085 100644 --- a/deal.II/lac/Todo +++ b/deal.II/lac/Todo @@ -29,10 +29,3 @@ Someone should take a look at the handling of the sparsity variable in the sparse matrix: it is subscribed to twice (explicitely and through the subscriptor); the explicit subscription is redundant, but I don't have the time to look into that now. - - -The fullmatrix should, as all other containers, acquire no memory - by default construction, i.e. the default argument for the - constructor should be zero rather than one. init then would - need to release all memory on request. -