]> git.donarmstrong.com Git - mothur.git/blobdiff - normalizesharedcommand.h
changed normalize.shared and sub.sample commands to fix bug in normalize.shared and...
[mothur.git] / normalizesharedcommand.h
index c25274119ac3c918dcfa8ef584b05bd3f9310bc9..4b6f7fd9e93f4912bf648f2c826ab0a09b15910c 100644 (file)
@@ -44,8 +44,8 @@ private:
        int norm;
        vector<string> Groups, outputNames;
                
-       int normalize(vector<SharedRAbundVector*>&, ofstream&);
-       int normalize(vector<SharedRAbundFloatVector*>&, ofstream&);
+       int normalize(vector<SharedRAbundVector*>&);
+       int normalize(vector<SharedRAbundFloatVector*>&);
        int eliminateZeroOTUS(vector<SharedRAbundVector*>&);
        int eliminateZeroOTUS(vector<SharedRAbundFloatVector*>&);