From 991d2d3c2ee793608bcbd7513e0a58c473421b5e Mon Sep 17 00:00:00 2001 From: arif Date: Tue, 15 Apr 2008 16:13:48 +0000 Subject: [PATCH] i dont remember what i have done --- cmd/smyrna/topview.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/smyrna/topview.c b/cmd/smyrna/topview.c index 438f8ed5e..9757493b6 100755 --- a/cmd/smyrna/topview.c +++ b/cmd/smyrna/topview.c @@ -193,7 +193,7 @@ void preparetopview(Agraph_t * g, topview * t) t->topviewmenu = glcreate_gl_topview_menu(); attach_camera_widget(view); load_host_buttons(t, g, t->topviewmenu); - //prepare_topological_fisheye(t); + prepare_topological_fisheye(t); } void drawTopViewGraph(Agraph_t * g) @@ -1269,4 +1269,8 @@ void prepare_topological_fisheye(topview * t) parms.rescale = NoRescale; positionAllItems(t->h, fs, &parms); + printf ("n levels:%i \n",t->h->nlevels); + + for (i=0;i < t->h-> + } -- 2.40.0