From: oliver Date: Mon, 26 Dec 2005 21:47:11 +0000 (+0000) Subject: Little fix. Forgot to change the example back to 2d before last commit. X-Git-Tag: v8.0.0~12733 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71a47ad0449470c20c46ceeb58f89dba37ee5e4;p=dealii.git 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 --- 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)