X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=needlemanoverlap.hpp;h=ea7bee515bff32685f03b195506fa4416814dddf;hb=5b72d1cf3fa48730e5bb70d59cced1e43e1fe424;hp=57d3284e80644fbde69f6b5c1e984eebd7384c11;hpb=526a868606faa50caf86e7399f7554c0335b39e5;p=mothur.git diff --git a/needlemanoverlap.hpp b/needlemanoverlap.hpp index 57d3284..ea7bee5 100644 --- a/needlemanoverlap.hpp +++ b/needlemanoverlap.hpp @@ -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;