]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
final fixes for 1.7
[mothur.git] / bayesian.cpp
index 3a2d3e0156468f1114dd0ebb2d47fe87fe577789..01e4139fc877946e8a491d6c5b1e5beafed577b8 100644 (file)
@@ -12,7 +12,7 @@
 
 /**************************************************************************************************/
 Bayesian::Bayesian(string tfile, string tempFile, string method, int ksize, int cutoff) : 
-Classify(tfile, tempFile, method, ksize, 0, 0, 0, 0), kmerSize(ksize), confidenceThreshold(cutoff)  {
+Classify(tfile, tempFile, method, ksize, 0.0, 0.0, 0.0, 0.0), kmerSize(ksize), confidenceThreshold(cutoff)  {
        try {
                                        
                numKmers = database->getMaxKmer() + 1;