]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unused variable.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Oct 2008 04:02:11 +0000 (04:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Oct 2008 04:02:11 +0000 (04:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@17299 0785d39b-7218-0410-832d-ea1e28bc413d

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

index ca7eb22cb3fb4ccde12d392f15aa171d9b224081..1c0ed54dec8631045ab8f71c60839020a306e47c 100644 (file)
@@ -1492,12 +1492,6 @@ void BoussinesqFlowProblem<dim>::assemble_stokes_system ()
   FEValues<dim> temperature_fe_values (temperature_fe, quadrature_formula,
                                       update_values);
 
-  FEFaceValues<dim> stokes_fe_face_values (stokes_fe, face_quadrature_formula,
-                                          update_values    | 
-                                          update_normal_vectors |
-                                          update_quadrature_points  | 
-                                          update_JxW_values);
-
   const unsigned int   dofs_per_cell   = stokes_fe.dofs_per_cell;
 
   const unsigned int   n_q_points      = quadrature_formula.size();

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.