From 3d46940aca4c9ccaf8a03c76148e4c4232cd36cf Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 19 Sep 2002 00:11:44 +0000 Subject: [PATCH] Fix a failure from Guido. git-svn-id: https://svn.dealii.org/trunk@6478 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5