Author: scooter
Date: 2011-02-27 21:40:12 -0800 (Sun, 27 Feb 2011)
New Revision: 24246

Modified:
   
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/MCL/RunMCL.java
Log:
Make sure to reset 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-28 05:03:11 UTC (rev 24245)
+++ 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/MCL/RunMCL.java
       2011-02-28 05:40:12 UTC (rev 24246)
@@ -184,6 +184,7 @@
 
                monitor.setStatus("Assigning nodes to clusters");
 
+               clusterCount = 0;
                HashMap<Integer, NodeCluster> clusterMap = new HashMap();
                matrix.forEachNonZero(new ClusterMatrix(clusterMap));
 

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