From: hartmann Date: Tue, 29 Jun 1999 14:03:24 +0000 (+0000) Subject: do not release the lock on A as it is still needed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453e9f0a050db8260dd14a6356889fda73ffa62e;p=dealii-svn.git do not release the lock on A as it is still needed git-svn-id: https://svn.dealii.org/trunk@1499 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/precondition_block.templates.h b/deal.II/lac/include/lac/precondition_block.templates.h index 5d977416c7..cc193eb454 100644 --- a/deal.II/lac/include/lac/precondition_block.templates.h +++ b/deal.II/lac/include/lac/precondition_block.templates.h @@ -108,8 +108,6 @@ void PreconditionBlock::invert_diagblocks() // } // catch (ExcNotImplemented &) } - // release the lock on A - A=0; }