]> git.donarmstrong.com Git - mothur.git/blobdiff - alignmentdb.cpp
modified calculators to use doubles, added numotu and fontsize parameters to heatmap...
[mothur.git] / alignmentdb.cpp
index 8febfe286c6b14b6d8dd2d373cec860a6f099897..bdd3e0325a975dad66c4136d42db9697b3887d95 100644 (file)
@@ -154,7 +154,7 @@ AlignmentDB::AlignmentDB(string fastaFileName, string s, int kmerSize, float gap
                                ifstream kmerFileTest(kmerDBName.c_str());
                                search->readKmerDB(kmerFileTest);       
                        }
-                       
+               
                        search->setNumSeqs(numSeqs);
                }
        }