]> git.donarmstrong.com Git - mothur.git/commitdiff
Merge remote-tracking branch 'mothur/master'
authorSarah Westcott <mothur.westcott@gmail.com>
Fri, 27 Apr 2012 15:07:06 +0000 (11:07 -0400)
committerSarah Westcott <mothur.westcott@gmail.com>
Fri, 27 Apr 2012 15:07:06 +0000 (11:07 -0400)
cooccurrencecommand.cpp

index e6c298e17e88a2c192765dce5b41e21c90db67c2..85379d1a286f6a822a3a4a5fdb9525a9b7b5f2ca 100644 (file)
@@ -378,7 +378,7 @@ int CooccurrenceCommand::getCooccurrence(vector<SharedRAbundVector*>& thisLookUp
             }
             //
             //            
-            trial.update_row_col_totals(co_matrix, rowtotal, columntotal); 
+            //trial.update_row_col_totals(co_matrix, rowtotal, columntotal); 
             
             if (metric == "cscore") { 
                 stats.push_back(trial.calc_c_score(co_matrix, rowtotal));