]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix test failure: Close the right AffineConstraints object 13701/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Mon, 9 May 2022 19:31:22 +0000 (21:31 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Mon, 9 May 2022 19:31:22 +0000 (21:31 +0200)
tests/mappings/mapping_q_eulerian_14.cc

index 25c45fea46c3745b9411137ca19b2106451a1a62..1f736288ded950766c33136ccefbea4a95cf387a 100644 (file)
@@ -217,7 +217,7 @@ test(const unsigned int n_ref = 0)
   AffineConstraints<double> constraints;
   constraints.reinit(locally_relevant_dofs);
   DoFTools::make_hanging_node_constraints(dof_handler, constraints);
-  constraints_euler.close();
+  constraints.close();
 
   // MG constraints:
   MGConstrainedDoFs mg_constrained_dofs_euler;

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.