]> git.donarmstrong.com Git - mothur.git/blobdiff - alignmentdb.cpp
test
[mothur.git] / alignmentdb.cpp
index 4b89acb464ceccc6fd12d68ab717ece3bcb5dbd3..5c758ecebb249710be141813a734eb571b88da32 100644 (file)
@@ -17,7 +17,7 @@
 AlignmentDB::AlignmentDB(string fastaFileName, string method, int kmerSize, float gapOpen, float gapExtend, float match, float misMatch){              //      This assumes that the template database is in fasta format, may 
        try {                                                                                   //      need to alter this in the future?
                longest = 0;
-               cout << longest;
+
                ifstream fastaFile;
                openInputFile(fastaFileName, fastaFile);