X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=diagbox.h;h=2491a58accce9c691c21f471af5eccda75354c81;hb=1e8d08e96f4fe99604a6b3502568de464bf60891;hp=0c5846ce28e510509266238eb0ac4ce7151e483f;hpb=fd98ee6efb944d38bbd61fc36ea9fea2557e3830;p=mothur.git diff --git a/diagbox.h b/diagbox.h index 0c5846c..2491a58 100644 --- a/diagbox.h +++ b/diagbox.h @@ -1,3 +1,5 @@ +//uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain. + #ifndef diagbox_h #define diagbox_h @@ -184,10 +186,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