Changeset 3776 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout
- Timestamp:
- 05/11/10 19:00:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/StandardTreeLayout.cs
r2861 r3776 157 157 Graph.MakeSpanningTree(LayoutRoot as INode); 158 158 159 Trace.WriteLine((LayoutRoot as INode).ChildCount);159 //Trace.WriteLine((LayoutRoot as INode).ChildCount); 160 160 161 161 if (Graph.SpanningTree == null) … … 281 281 private void firstWalk(INode n, int num, int depth) 282 282 { 283 Trace.WriteLine("depthj: " + depth);283 //Trace.WriteLine("depthj: " + depth); 284 284 Params np = Pars[n.Uid.ToString()]; 285 285
Note: See TracChangeset
for help on using the changeset viewer.