]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add another default method
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 13 May 2019 14:10:22 +0000 (16:10 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 13 May 2019 16:04:20 +0000 (18:04 +0200)
examples/step-32/step-32.cc

index a681cd4a533e3e8a518231c78511939db2d893d2..ce800e96dda4b4f32fda96101f3382744cd801af 100644 (file)
@@ -628,6 +628,7 @@ namespace Step32
       {
         StokesPreconditioner(const FiniteElement<dim> &stokes_fe);
         StokesPreconditioner(const StokesPreconditioner &data);
+        StokesPreconditioner &operator=(const StokesPreconditioner &) = default;
 
         FullMatrix<double>                   local_matrix;
         std::vector<types::global_dof_index> local_dof_indices;

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.