]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a bug in AffineConstraints::clear(). 16093/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 5 Oct 2023 02:52:48 +0000 (20:52 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 5 Oct 2023 02:52:48 +0000 (20:52 -0600)
include/deal.II/lac/affine_constraints.templates.h

index 69dacd5f6c49b1418a35e1753786cc2689b50017..c00d803f46c6008f4640d507de1e00a48e470c4c 100644 (file)
@@ -1097,6 +1097,7 @@ AffineConstraints<number>::clear()
   }
 
   locally_owned_dofs             = {};
+  local_lines                    = {};
   needed_elements_for_distribute = {};
 
   sorted = false;

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.