Author: scooter
Date: 2011-04-01 14:12:51 -0700 (Fri, 01 Apr 2011)
New Revision: 24645

Modified:
   
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/force/ForceDirectedLayout.java
Log:
Should be deterministic, not discrete


Modified: 
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/force/ForceDirectedLayout.java
===================================================================
--- 
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/force/ForceDirectedLayout.java
        2011-04-01 20:30:31 UTC (rev 24644)
+++ 
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/force/ForceDirectedLayout.java
        2011-04-01 21:12:51 UTC (rev 24645)
@@ -299,7 +299,7 @@
                layoutProperties.add(new Tunable("numIterations", "Number of 
Iterations",
                                                 Tunable.INTEGER, new 
Integer(numIterations)));
 
-               layoutProperties.add(new Tunable("discrete", "Force discrete 
layouts (slower)",
+               layoutProperties.add(new Tunable("discrete", "Force 
deterministic layouts (slower)",
                                                 Tunable.BOOLEAN, new 
Boolean(false)));
 
 //             layoutProperties.add(new Tunable("integrator", "Integration 
algorithm to use",

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