From: Wolfgang Bangerth Date: Thu, 19 Sep 2002 00:11:44 +0000 (+0000) Subject: Fix a failure from Guido. X-Git-Tag: v8.0.0~17503 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe7cc5627f94e6187ce7ea084bedf8f0e7eca1d;p=dealii.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.