]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
removed unused copy constructors and comments within comments that where causing...
[mothur.git] / bayesian.cpp
index f7ea6e4351868a20a191169b995e94faff6fa053..eca63b1a9168613a92232777e520efcaa586f328 100644 (file)
@@ -111,10 +111,9 @@ Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i) {
                                //initialze probabilities
                                wordGenusProb.resize(numKmers);
                                WordPairDiffArr.resize(numKmers);
-                       //cout << numKmers << '\t' << genusNodes.size() << endl;
+                       
                                for (int j = 0; j < wordGenusProb.size(); j++) {        wordGenusProb[j].resize(genusNodes.size());             }
-                       //cout << numKmers << '\t' << genusNodes.size() << endl;        
-                               ofstream out;
+                    ofstream out;
                                ofstream out2;
                                
                                #ifdef USE_MPI
@@ -505,7 +504,7 @@ map<string, int> Bayesian::parseTaxMap(string newTax) {
                exit(1);
        }
 }
-/**************************************************************************************************/
+**************************************************************************************************/
 void Bayesian::readProbFile(ifstream& in, ifstream& inNum, string inName, string inNumName) {
        try{