]> git.donarmstrong.com Git - mothur.git/blobdiff - readcluster.h
fixed sub.sample so that it will eliminate samples with abundances that are less...
[mothur.git] / readcluster.h
index e4d3e4c240882410737b0c785fc04f5fd49432b2..eaf6b2dbb2bb422b67d6ffe55b3a1c854f7196d4 100644 (file)
@@ -23,7 +23,7 @@ class ReadCluster {
 public:
        ReadCluster(string, float, string, bool);
        ~ReadCluster();
-       int read(NameAssignment*);
+       int read(NameAssignment*&);
        string getOutputFile() { return OutPutFile; }
        void setFormat(string f) { format = f;  }
        ListVector* getListVector()             {       return list;    }
@@ -36,7 +36,7 @@ private:
        MothurOut* m;
        bool sortWanted;
        
-       int convertPhylip2Column(NameAssignment*);
+       int convertPhylip2Column(NameAssignment*&);
 };
 
 /******************************************************/