From: Kathryn Iverson Date: Fri, 27 Apr 2012 14:16:30 +0000 (-0400) Subject: commented out the update_row_col_totals command. Should fix sim7. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6bbac7e5be49fd0c4451b469f9de64868543b5bf;p=mothur.git commented out the update_row_col_totals command. Should fix sim7. --- diff --git a/cooccurrencecommand.cpp b/cooccurrencecommand.cpp index e6c298e..85379d1 100644 --- a/cooccurrencecommand.cpp +++ b/cooccurrencecommand.cpp @@ -378,7 +378,7 @@ int CooccurrenceCommand::getCooccurrence(vector& 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));