]> git.donarmstrong.com Git - mothur.git/blobdiff - sequencedb.h
added distance command and filterseqs
[mothur.git] / sequencedb.h
index 5dcf9bd9ffb721378a2523cc447702d887dd22a8..eb89454e0235117131194e61924a91f6487c4188 100644 (file)
@@ -36,7 +36,7 @@ public:
        void changeSize(int);      //resizes data
        void clear();              //clears data - remeber to loop through and delete the sequences inside or you will have a memory leak
        int size();                //returns datas size
-       void print(ofstream&);      //loops through data using sequence class print
+       void print(ostream&);      //loops through data using sequence class print
                
 private:
        vector<Sequence> data;