From: Guido Kanschat Date: Thu, 28 May 2015 05:29:31 +0000 (+0200) Subject: RelaxationBlock::clear() did not clear additional_data; fixed now X-Git-Tag: v8.3.0-rc1~147^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd7fe459ad456543cea3b3e54c64ecf756b969e;p=dealii.git RelaxationBlock::clear() did not clear additional_data; fixed now --- diff --git a/include/deal.II/lac/relaxation_block.templates.h b/include/deal.II/lac/relaxation_block.templates.h index 4b2a74d02b..3dd62b2e4e 100644 --- a/include/deal.II/lac/relaxation_block.templates.h +++ b/include/deal.II/lac/relaxation_block.templates.h @@ -79,6 +79,7 @@ void RelaxationBlock::clear () { A = 0; + additional_data = 0; PreconditionBlockBase::clear (); }