]> git.donarmstrong.com Git - mothur.git/commitdiff
commented out the update_row_col_totals command. Should fix sim7.
authorKathryn Iverson <kd.iverson@gmail.com>
Fri, 27 Apr 2012 14:16:30 +0000 (10:16 -0400)
committerKathryn Iverson <kd.iverson@gmail.com>
Fri, 27 Apr 2012 14:16:30 +0000 (10:16 -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));