X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=alignmentdb.h;fp=alignmentdb.h;h=fe4e52628d477546703f44624d6854a0f6699ea1;hb=ef3f6d42fe720cd6d91419e5e32f8c04d8765010;hp=339f46ff65f423dc0366064181e690e25420b1f0;hpb=7b3c9ca940891c1b20b3b7ec13e05d7e7b316b63;p=mothur.git diff --git a/alignmentdb.h b/alignmentdb.h index 339f46f..fe4e526 100644 --- a/alignmentdb.h +++ b/alignmentdb.h @@ -20,7 +20,7 @@ class AlignmentDB { public: - AlignmentDB(string, string, int, int, int, int, int); //reads fastafile passed in and stores sequences + AlignmentDB(string, string, int, float, float, float, float); //reads fastafile passed in and stores sequences ~AlignmentDB(); Sequence findClosestSequence(Sequence*);