]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefact.h
modified freq parameter be a percentage of numSeqs, added catchall command - not...
[mothur.git] / rarefact.h
index 9eab51d12303577405227e9c26cdcf9506e8a857..20c19251b132dd8ba512ab1530206546eb0bbbec 100644 (file)
@@ -17,8 +17,8 @@ public:
                                         lookup(shared), displays(disp) {  globaldata = GlobalData::getInstance(); m = MothurOut::getInstance(); }
 
        ~Rarefact(){};
-       int getCurve(int, int);
-       int getSharedCurve(int, int);
+       int getCurve(float, int);
+       int getSharedCurve(float, int);
        
 private:
        GlobalData* globaldata;