From: heister Date: Wed, 13 Feb 2013 15:18:55 +0000 (+0000) Subject: do not name the class in step-50 step16 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d689b015b3e7a3f8243a3f9e1f24e0f87e53440;p=dealii-svn.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 ();