From 29c98ca3ad07f27039d1e5ddee91674c1c39c8c2 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Nov 1999 09:08:31 +0000 Subject: [PATCH] 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 --- deal.II/lac/Todo | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.5