From: Timo Heister Date: Wed, 13 Feb 2013 15:18:55 +0000 (+0000) Subject: do not name the class in step-50 step16 X-Git-Tag: v8.0.0~1312 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57cef4a4bec0c448d8337107a7ad1d6c4de098c;p=dealii.git do not name the class in step-50 step16 git-svn-id: https://svn.dealii.org/trunk@28375 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-50/step-50.cc b/deal.II/examples/step-50/step-50.cc index d1b3413c8b..a5a69b65f1 100644 --- a/deal.II/examples/step-50/step-50.cc +++ b/deal.II/examples/step-50/step-50.cc @@ -96,7 +96,7 @@ // The last step is as in all // previous programs: -namespace Step16 +namespace Step50 { using namespace dealii; @@ -1029,7 +1029,7 @@ int main (int argc, char *argv[]) try { using namespace dealii; - using namespace Step16; + using namespace Step50; LaplaceProblem<2> laplace_problem(1); laplace_problem.run ();