From 42c192032dc744f747a52814abb4e3f1387c662f Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 10 Dec 2012 01:19:20 +0100 Subject: disable edge deletion for now --- gg_map/gg_map.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gg_map') diff --git a/gg_map/gg_map.c b/gg_map/gg_map.c index 0b4d529..e178b7b 100644 --- a/gg_map/gg_map.c +++ b/gg_map/gg_map.c @@ -83,7 +83,9 @@ _conn_del(int id) { /* is there other connections between these peers ? */ otherconn = ggnet_conn_find_by_node(_ggnet, a, b); if (!otherconn) { - egraph_edge_del(_egraph, e); + // XXX lets keep the edges, igraph layouting behaves badly when you have + // a vertice without edge ... + //egraph_edge_del(_egraph, e); } } } -- cgit v1.2.3-59-g8ed1b