]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
fixed bug with trim.flows that was adding flow files names to the .flow.files file...
[mothur.git] / distancecommand.h
index 66d8af15d1c3b2ffc67e747bb14c9ee7ca0f2480..f55f7144fa548fe30eae2b075a8abcf8fd4584f0 100644 (file)
@@ -24,7 +24,7 @@
 //custom data structure for threads to use.
 // This is passed by void pointer so it can be any data type
 // that can be passed using a single void pointer (LPVOID).
-typedef struct distanceData {
+struct distanceData {
        int startLine;
        int endLine;
        string dFileName;