From: Barrett L. <bl...@bl...> - 2006-07-28 21:42:54
|
1.1 seemingly built great but here is the problem I ran into: Here is my test.lgl graph: #1 a #2 a #3 a #4 a #5 a I run lglayout2d: ramsan1# ./lglayout2D ./test.lgl Reading in Graph from ./test.lgl... Vertex Count: 7 Edge Count: 6 Outer radius is set to 2.64575 Initializing 7 particles...Done. Initializing grid and placing particles...Done. Initializing handlers...Done. Generating Tree and checking for root. Nodes Checked: 8 Root Node: There are 1 levels. Initializing 1 thread(s)...Done. Iteration: 151 Dx: 0.835668 Level: 1 Final Settle Iteration: 203 Dx: 0.832478 Level: 1 - Done - The output is resulting as: ramsan1# cat lgl.out 1.94582 1.00213 #1 2.57455 0.435078 a 1.19351 0.670472 #2 2.04038 1.82853 #3 2.72835 1.24933 #4 1.82669 0.18091 #5 1.25832 1.4913 Notice the first line, it's full of tabs or something that is high ASCII. When I try to run imagemaker on it I get errors and no built graph. I tried removing the first line and also ran into the same imagemaker error. I attached the full lgl.out so you can see what the first line looks like. Any ideas? -Barrett |