Author: ghuck
Date: 2010-08-11 15:22:51 -0700 (Wed, 11 Aug 2010)
New Revision: 21337

Modified:
   
coreplugins/branches/labelLayout/AutomaticLayout/src/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
Log:


Modified: 
coreplugins/branches/labelLayout/AutomaticLayout/src/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
===================================================================
--- 
coreplugins/branches/labelLayout/AutomaticLayout/src/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
 2010-08-11 21:10:31 UTC (rev 21336)
+++ 
coreplugins/branches/labelLayout/AutomaticLayout/src/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
 2010-08-11 22:22:51 UTC (rev 21337)
@@ -263,7 +263,7 @@
                }
 
                // single nodes
-           } else if ( partition.nodeCount() == 1 ) { // TODO: do something 
with this
+           } else if ( partition.nodeCount() == 1 ) { // TODO: do something 
with this!!!
                // Reset our bounds
                partition.resetNodes();
 
@@ -400,8 +400,6 @@
        Tunable t = layoutProperties.get("layout_type");
        if ((t != null) && (t.valueChanged() || force)) {
            layoutType = layoutChoices[((Integer) t.getValue()).intValue()];
-//         if (t.valueChanged())
-//             layoutProperties.setProperty(t.getName(), 
t.getValue().toString());
        }
 
        t = layoutProperties.get("resetPosition");

-- 
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