From: bangerth Date: Mon, 11 Apr 2011 14:09:46 +0000 (+0000) Subject: Fix remaining transition of class names. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2fd51b2abca1a9ffa70d603f21fe5a9dc9e3ad;p=dealii-svn.git Fix remaining transition of class names. git-svn-id: https://svn.dealii.org/trunk@23568 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-46/step-46.cc b/deal.II/examples/step-46/step-46.cc index f27cedc495..468d186321 100644 --- a/deal.II/examples/step-46/step-46.cc +++ b/deal.II/examples/step-46/step-46.cc @@ -60,7 +60,7 @@ class FluidStructureProblem { public: FluidStructureProblem (const unsigned int stokes_degree, - const unsigned int elasticity_degree); + const unsigned int elasticity_degree); void run (); private: @@ -559,7 +559,7 @@ int main () { deallog.depth_console (0); - StokesProblem<2> flow_problem(1, 1); + FluidStructureProblem<2> flow_problem(1, 1); flow_problem.run (); } catch (std::exception &exc)