From: wolf Date: Thu, 19 Sep 2002 00:11:44 +0000 (+0000) Subject: Fix a failure from Guido. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d46940aca4c9ccaf8a03c76148e4c4232cd36cf;p=dealii-svn.git Fix a failure from Guido. git-svn-id: https://svn.dealii.org/trunk@6478 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 07dfedcbdc..7084872178 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -1429,7 +1429,7 @@ void DGMethod::solve (Vector &solution) // Here we create the // preconditioner, - PreconditionBlockSSOR preconditioner; + PreconditionBlockSSOR > preconditioner; // we asigned the matrix to it and // set the right block size.