]> git.donarmstrong.com Git - mothur.git/blobdiff - setnucmx.cpp
1.22.0
[mothur.git] / setnucmx.cpp
index 123791d2b8dfafcb4313fc6d0fe45e092dafc573..030ff5ab4dbb821cebaf539e0896792b7e0b65ba 100644 (file)
@@ -1,13 +1,11 @@
-//uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain.\r
-\r
-#include "myutils.h"\r
-#include "mx.h"\r
-\r
-Mx<float> g_SubstMxf;\r
-float **g_SubstMx;\r
-\r
-static const char Alphabet[] = "ACGTU";\r
-\r
+#include "myutils.h"
+#include "mx.h"
+
+Mx<float> g_SubstMxf;
+float **g_SubstMx;
+
+static const char Alphabet[] = "ACGTU";
+
 void SetNucSubstMx(double Match, double Mismatch)\r
        {\r
        static bool Done = false;\r