From: Ralf 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-Tag: v8.0.0~21822 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38171171bba11f99d2b13338223aac12785e3e12;p=dealii.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; }