From a629ce0273a273241722e05d1bcd22d85047719b Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 5 Sep 2007 03:22:50 +0000 Subject: [PATCH] Remove a TODO -- the method was actually quite alright and the STL doesn't have a portable iota function anyway git-svn-id: https://svn.dealii.org/trunk@15117 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/grid_tools.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/deal.II/source/grid/grid_tools.cc b/deal.II/deal.II/source/grid/grid_tools.cc index fd48b3173d..ac95292b01 100644 --- a/deal.II/deal.II/source/grid/grid_tools.cc +++ b/deal.II/deal.II/source/grid/grid_tools.cc @@ -379,10 +379,8 @@ GridTools::delete_duplicated_vertices (std::vector > &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 new_vertex_numbers(vertices.size()); - //TODO: find a better way to initialize this - //vector for (unsigned int i=0; i