]> git.donarmstrong.com Git - mothur.git/blobdiff - needlemanoverlap.hpp
added count file to get.groups and remove.groups. added shortcut parameter to classif...
[mothur.git] / needlemanoverlap.hpp
index 57d3284e80644fbde69f6b5c1e984eebd7384c11..ea7bee515bff32685f03b195506fa4416814dddf 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "mothur.h"
+#include "alignment.hpp"
 
 /**************************************************************************************************/
 
@@ -31,6 +32,7 @@ public:
        NeedlemanOverlap(float, float, float, int);
        ~NeedlemanOverlap();
        void align(string, string);
+
        
 private:       
        float gap;