]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix remaining transition of class names.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 11 Apr 2011 14:09:46 +0000 (14:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 11 Apr 2011 14:09:46 +0000 (14:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@23568 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-46/step-46.cc

index f27cedc495d65047569f0b21b90662a61d341770..468d1863210d26bd137f9a1f7bcbcf8faef54fe1 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.