Author: chinmoy
Date: 2009-07-24 11:44:07 -0700 (Fri, 24 Jul 2009)
New Revision: 17553

Modified:
   
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/layout/cladograms/CircularCladogram.java
Log:


Modified: 
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/layout/cladograms/CircularCladogram.java
===================================================================
--- 
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/layout/cladograms/CircularCladogram.java
  2009-07-24 18:25:39 UTC (rev 17552)
+++ 
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/layout/cladograms/CircularCladogram.java
  2009-07-24 18:44:07 UTC (rev 17553)
@@ -141,13 +141,7 @@
                }
 
 
-               it = postOrderNodes.iterator();
-               while(it.hasNext())
-               {
-                       Node node = it.next();
-                       
-                       System.out.println(node.getIdentifier()+": 
"+Math.atan2(networkView.getNodeView(node).getYPosition(), 
networkView.getNodeView(node).getXPosition()));
-               }
+               
        
        }
        


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to