summaryrefslogtreecommitdiff
path: root/src/Contraction/example
diff options
context:
space:
mode:
authorsalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-16 17:29:52 +0000
committersalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-16 17:29:52 +0000
commit1d7b76565cd5bec31d47e9276839ff898bc59daa (patch)
treedd5dd4199f00f754b38165a45fb395b822c26d72 /src/Contraction/example
parente6078c1e4c7561f790afc653269cd3deca4c2350 (diff)
doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@358 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ade7d814c2bab1b162f6187ac9c7afec3e18455c
Diffstat (limited to 'src/Contraction/example')
-rw-r--r--src/Contraction/example/Rips_contraction.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Contraction/example/Rips_contraction.cpp b/src/Contraction/example/Rips_contraction.cpp
index 2620b04f..0cea479b 100644
--- a/src/Contraction/example/Rips_contraction.cpp
+++ b/src/Contraction/example/Rips_contraction.cpp
@@ -19,7 +19,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <list>
#include <boost/timer/timer.hpp>
#include <iostream>
#include "gudhi/Edge_contraction.h"
@@ -89,7 +88,7 @@ int main (int argc, char *argv[])
complex.num_edges()<<" edges."<<std::endl;
Complex_contractor contractor(complex,
- new Edge_length_cost<Profile>, //todo make_edge_length_cost
+ new Edge_length_cost<Profile>,
contraction::make_first_vertex_placement<Profile>(),
contraction::make_link_valid_contraction<Profile>(),
contraction::make_remove_popable_blockers_visitor<Profile>());