X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=diagbox.h;h=0c5846ce28e510509266238eb0ac4ce7151e483f;hb=7a4bfe757a51d6b33c0c90db3b76f4d881bcf067;hp=2491a58accce9c691c21f471af5eccda75354c81;hpb=1e8d08e96f4fe99604a6b3502568de464bf60891;p=mothur.git diff --git a/diagbox.h b/diagbox.h index 2491a58..0c5846c 100644 --- a/diagbox.h +++ b/diagbox.h @@ -1,5 +1,3 @@ -//uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain. - #ifndef diagbox_h #define diagbox_h @@ -186,10 +184,10 @@ Don't have proof.. } }; -typedef const char *(*NWDIAG)(const byte *A, unsigned LA, const byte *B, unsigned LB, - unsigned DiagLo, unsigned DiagHi, bool LeftTerm, bool RightTerm); - -const char *NWBandWrap(NWDIAG NW, const byte *A, unsigned LA, const byte *B, unsigned LB, - unsigned DiagLo, unsigned DiagHi, bool LeftTerm, bool RightTerm); +typedef const char *(*NWDIAG)(const byte *A, unsigned LA, const byte *B, unsigned LB, + unsigned DiagLo, unsigned DiagHi, bool LeftTerm, bool RightTerm); + +const char *NWBandWrap(NWDIAG NW, const byte *A, unsigned LA, const byte *B, unsigned LB, + unsigned DiagLo, unsigned DiagHi, bool LeftTerm, bool RightTerm); #endif // diagbox_h