From d71a47ad0449470c20c46ceeb58f89dba37ee5e4 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 26 Dec 2005 21:47:11 +0000 Subject: [PATCH] Little fix. Forgot to change the example back to 2d before last commit. git-svn-id: https://svn.dealii.org/trunk@11926 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index 57517bd17e..c3d1404251 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -1817,7 +1817,7 @@ int main () { try { - DGMethod<3> dgmethod; + DGMethod<2> dgmethod; dgmethod.run (); } catch (std::exception &exc) -- 2.39.5