From: kronbichler Date: Wed, 2 Sep 2009 10:40:31 +0000 (+0000) Subject: Revert dimension to 2. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1f0fc9415a6b2e8e1d81019508fc3ebb6d4aaa;p=dealii-svn.git Revert dimension to 2. git-svn-id: https://svn.dealii.org/trunk@19365 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-37/step-37.cc b/deal.II/examples/step-37/step-37.cc index 355404ba0b..34dadb24e2 100644 --- a/deal.II/examples/step-37/step-37.cc +++ b/deal.II/examples/step-37/step-37.cc @@ -1376,7 +1376,7 @@ void LaplaceProblem::run () int main () { deallog.depth_console (0); - LaplaceProblem<3> laplace_problem (2); + LaplaceProblem<2> laplace_problem (2); laplace_problem.run (); return 0;