]> https://gitweb.dealii.org/ - dealii.git/commitdiff
RelaxationBlock::clear() did not clear additional_data; fixed now 967/head
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 28 May 2015 05:29:31 +0000 (07:29 +0200)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 28 May 2015 05:48:21 +0000 (07:48 +0200)
include/deal.II/lac/relaxation_block.templates.h

index 4b2a74d02ba3cf75cb7c40437e5eb863ad8b1d4a..3dd62b2e4e54dfdf849cb89060cf1b86d8049b1c 100644 (file)
@@ -79,6 +79,7 @@ void
 RelaxationBlock<MATRIX,inverse_type>::clear ()
 {
   A = 0;
+  additional_data = 0;
   PreconditionBlockBase<inverse_type>::clear ();
 }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.