From: wolf Date: Wed, 17 Nov 1999 09:08:31 +0000 (+0000) Subject: Deletion of memory upon reinit(0,0) seems to be done for all classes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c98ca3ad07f27039d1e5ddee91674c1c39c8c2;p=dealii-svn.git Deletion of memory upon reinit(0,0) seems to be done for all classes. git-svn-id: https://svn.dealii.org/trunk@1869 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/Todo b/deal.II/lac/Todo index d89afbae90..a168dc0cba 100644 --- a/deal.II/lac/Todo +++ b/deal.II/lac/Todo @@ -2,12 +2,6 @@ ====== Things to be done for the lac library ================ ================================================================= -Let all the reinit functions in /lac free their memory, if reinit - is called with the given dimension is zero. If so, check all deal.II files - for use of reinit. (At present, new dimension==0 is not allowed.) - [Done for dFMatrix and dVector; still to be done for the other - classes.] - Use unsigned integers for the colnums array in dSMatrixStruct. This would enhance safety since colnum=-1 would no longer point to a valid address. Mark unused values by numeric_limits::max