From: Wolfgang Bangerth Date: Wed, 5 Sep 2007 03:22:50 +0000 (+0000) Subject: Remove a TODO -- the method was actually quite alright and the STL doesn't have a... X-Git-Tag: v8.0.0~9931 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4a7eede7a931f9223dd6466ede61e14eb6373c;p=dealii.git 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 --- 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