]> git.donarmstrong.com Git - mothur.git/blobdiff - alignmentdb.cpp
final fixes for 1.7
[mothur.git] / alignmentdb.cpp
index 493521e716cc0e7574214048bde9b7fb5cea8154..6b05989d40a0184540a9397fb75efd79e49a14cc 100644 (file)
@@ -14,7 +14,7 @@
 
 
 /**************************************************************************************************/
-AlignmentDB::AlignmentDB(string fastaFileName, string method, int kmerSize, int gapOpen, int gapExtend, int match, int misMatch){              //      This assumes that the template database is in fasta format, may 
+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;