From: Wolfgang Bangerth Date: Fri, 14 Sep 2018 22:51:07 +0000 (-0600) Subject: Use non-deprecated name for AffineConstraints in step-52. X-Git-Tag: v9.1.0-rc1~720^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1e55ca2260ddfd6abae5282cc0a2543c93705a;p=dealii.git Use non-deprecated name for AffineConstraints in step-52. --- diff --git a/examples/step-52/step-52.cc b/examples/step-52/step-52.cc index 77ef88d5e1..26a3006efc 100644 --- a/examples/step-52/step-52.cc +++ b/examples/step-52/step-52.cc @@ -131,7 +131,7 @@ namespace Step52 DoFHandler<2> dof_handler; - ConstraintMatrix constraint_matrix; + AffineConstraints constraint_matrix; SparsityPattern sparsity_pattern;