]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a couple unused variables.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Jul 2010 18:17:46 +0000 (18:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Jul 2010 18:17:46 +0000 (18:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@21509 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 10baaa1a99a39e1166a5f523a0dbde49a94ea15a..b85e66d9b25edfd9f575e0d12f29deef043288f6 100644 (file)
@@ -1379,10 +1379,6 @@ void BEMProblem<dim>::compute_exterior_solution()
   std::vector<double> normal_wind(n_q_points);
   std::vector<Vector<double> > local_wind(n_q_points, Vector<double>(dim) );
 
-  typename DoFHandler<dim>::active_cell_iterator
-    external_cell = external_dh.begin_active(),
-    external_endc = external_dh.end();
-
   std::vector<Point<dim> > external_support_points(external_dh.n_dofs());
   DoFTools::map_dofs_to_support_points<dim>( StaticMappingQ1<dim>::mapping,
                                             external_dh, external_support_points);

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.