]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ack, remove forgotten code fragment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2001 09:32:42 +0000 (09:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2001 09:32:42 +0000 (09:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@5029 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_out.cc

index dabc4c5f16b2fbd0da96819a6e5a205118cc4d3f..cfcf0f77e118f7fbb4c0d6031abfad49ed1dce9b 100644 (file)
@@ -44,18 +44,6 @@ void GridOut::write_ucd (const Triangulation<dim> &tria,
   typename Triangulation<dim>::active_cell_iterator       cell=tria.begin_active();
   const typename Triangulation<dim>::active_cell_iterator endc=tria.end();
 
-  for (cell=tria.begin_active(); cell!=endc; ++cell)
-    for (unsigned int vertex=0; vertex<GeometryInfo<dim>::vertices_per_cell;
-        ++vertex)
-                                      // if not yet copied
-      if (vertex_used[cell->vertex_index(vertex)] == false)
-       {
-         vertex_used[cell->vertex_index(vertex)] = true;
-         vertices[cell->vertex_index(vertex)] = cell->vertex(vertex);
-         ++n_vertices;
-       };
-
-
                                   // write preamble
   if (ucd_flags.write_preamble)
     {

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.