From 835a55c1abb5ffadb3a798eba89d6e8d7f141726 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 13 May 2019 16:10:22 +0200 Subject: [PATCH] Add another default method --- examples/step-32/step-32.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/step-32/step-32.cc b/examples/step-32/step-32.cc index a681cd4a53..ce800e96dd 100644 --- a/examples/step-32/step-32.cc +++ b/examples/step-32/step-32.cc @@ -628,6 +628,7 @@ namespace Step32 { StokesPreconditioner(const FiniteElement &stokes_fe); StokesPreconditioner(const StokesPreconditioner &data); + StokesPreconditioner &operator=(const StokesPreconditioner &) = default; FullMatrix local_matrix; std::vector local_dof_indices; -- 2.39.5