From: Pat Schloss Date: Wed, 8 Jan 2014 22:17:22 +0000 (-0500) Subject: some changes on qFinderDMM X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=b8c3b380cf57a8048658d365b73a61c8592f83da some changes on qFinderDMM --- diff --git a/qFinderDMM.cpp b/qFinderDMM.cpp index c89644b..143f0b2 100644 --- a/qFinderDMM.cpp +++ b/qFinderDMM.cpp @@ -82,7 +82,6 @@ qFinderDMM::qFinderDMM(vector > cm, int p): countMatrix(cm), numPart logDeterminant += log(abs(hessian[i][i])); error[currentPartition][i] = invHessian[i][i]; } - } int numParameters = numPartitions * numOTUs + numPartitions - 1;