]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.h
changes to dist.seqs and pairwise.seqs and cluster.classic no longer resizes
[mothur.git] / distancecommand.h
index 3e3dc7098a768461c67dc1d45751e50891ccc9c2..595483d2b3e84aef55478a78bd84906771949e5d 100644 (file)
@@ -31,9 +31,10 @@ public:
        void help();
        
 private:
-       struct linePair {
+       struct distlinePair {
                int start;
                int end;
+               
        };
        
        Dist* distCalculator;
@@ -44,7 +45,7 @@ private:
        int processors, numNewFasta;
        float cutoff;
        vector<int> processIDS;   //end line, processid
-       vector<linePair*> lines;
+       vector<distlinePair> lines;
        
        bool abort;
        vector<string>  Estimators, outputNames; //holds estimators to be used