]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a TODO -- the method was actually quite alright and the STL doesn't have a...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Sep 2007 03:22:50 +0000 (03:22 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Sep 2007 03:22:50 +0000 (03:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@15117 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_tools.cc

index fd48b3173d7a49126ca7069b77aab4fc97daf456..ac95292b0186fce033513dace555b87a31fe6d44 100644 (file)
@@ -379,10 +379,8 @@ GridTools::delete_duplicated_vertices (std::vector<Point<dim> >    &vertices,
 {
                                   // create a vector of vertex
                                   // indices. initialize it to the identity,
-                                  // later on change that if possible.
+                                  // later on change that if necessary.
   std::vector<unsigned int> new_vertex_numbers(vertices.size());
-                                  //TODO: find a better way to initialize this
-                                  //vector
   for (unsigned int i=0; i<vertices.size(); ++i)
     new_vertex_numbers[i]=i;
 

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.