X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setnucmx.cpp;h=123791d2b8dfafcb4313fc6d0fe45e092dafc573;hb=f5ef644ce76074de08b2bbb64097619b2b16d60d;hp=030ff5ab4dbb821cebaf539e0896792b7e0b65ba;hpb=a150db3c2bfd7b76420048a1e94ebe397f2c6045;p=mothur.git diff --git a/setnucmx.cpp b/setnucmx.cpp index 030ff5a..123791d 100644 --- a/setnucmx.cpp +++ b/setnucmx.cpp @@ -1,11 +1,13 @@ -#include "myutils.h" -#include "mx.h" - -Mx g_SubstMxf; -float **g_SubstMx; - -static const char Alphabet[] = "ACGTU"; - +//uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain. + +#include "myutils.h" +#include "mx.h" + +Mx g_SubstMxf; +float **g_SubstMx; + +static const char Alphabet[] = "ACGTU"; + void SetNucSubstMx(double Match, double Mismatch) { static bool Done = false;