Author: scooter
Date: 2011-02-27 21:03:11 -0800 (Sun, 27 Feb 2011)
New Revision: 24245

Modified:
   
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/MCL/RunMCL.java
Log:
Make sure to update the clusterCount


Modified: 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/MCL/RunMCL.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/MCL/RunMCL.java
       2011-02-26 03:03:22 UTC (rev 24244)
+++ 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/MCL/RunMCL.java
       2011-02-28 05:03:11 UTC (rev 24245)
@@ -552,6 +552,7 @@
                                        // debugln("Adding "+column+" to 
"+rowCluster.getClusterNumber());
                                        rowCluster.add(nodes, column);
                                } else {
+                                       clusterCount++;
                                        rowCluster = new NodeCluster();
                                        // debugln("Created new cluster 
"+rowCluster.getClusterNumber()+" with "+row+" and "+column);
                                        rowCluster.add(nodes, column);

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