]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make compile.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 28 Apr 2011 11:18:56 +0000 (11:18 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 28 Apr 2011 11:18:56 +0000 (11:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@23659 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 58a934a62ef44eeda63d884e1c2a3e2a445fcbcb..34f278f47f65b7aac7f9284c0c11a75be4328647 100644 (file)
@@ -522,10 +522,10 @@ FluidStructureProblem<dim>::setup_dofs ()
               && !((c==dim) && (d==dim)))
              ||
              ((c>=dim+1) && (d>=dim+1)))
-           cell_coupling[c][d] = DoFTools::Coupling::always;
+           cell_coupling[c][d] = DoFTools::always;
 
          if ((c>=dim+1) && (d<dim+1))
-           face_coupling[c][d] = DoFTools::Coupling::always;
+           face_coupling[c][d] = DoFTools::always;
        }
     
     DoFTools::make_flux_sparsity_pattern (dof_handler, csp,

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.