From 0de6fc9e848ea65c3ce1a36141634bab958ad9e5 Mon Sep 17 00:00:00 2001 From: tgdwyer Date: Mon, 13 Feb 2006 04:48:59 +0000 Subject: [PATCH] cleanup --- src/graphlayout/graphlayout.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/graphlayout/graphlayout.cpp b/src/graphlayout/graphlayout.cpp index 238b39a23..dff414895 100644 --- a/src/graphlayout/graphlayout.cpp +++ b/src/graphlayout/graphlayout.cpp @@ -79,16 +79,13 @@ void graphlayout(GSList const *const items) { ++it) { SPItem *u=*it; - std::cout<<"id:"<id<id<id]=add_vertex(g); } } - WeightMap weightmap=get(edge_weight, g); - std::cout<<"Added vertices: Graph has |V|="<::iterator it(selected.begin()); it != selected.end(); @@ -100,15 +97,12 @@ void graphlayout(GSList const *const items) { GSList *nlist=itu->avoidRef->getAttachedConnectors(Avoid::ConnRef::runningFrom); std::list neighbours; neighbours.insert >(neighbours.end(),nlist,NULL); - std::cout<<" Node "<id<<" has "<::iterator ne(neighbours.begin()); ne != neighbours.end(); ++ne) { SPItem *itv=*ne; - std::cout<<"neighbour: "<id<id]; - std::cout<<" Neighbour: "<