]> git.donarmstrong.com Git - mothur.git/blobdiff - sequencedb.h
changed name of distance command to dist.seqs
[mothur.git] / sequencedb.h
index 35636bf492d78b809dbe0b010f2d1ecf1abab050..eb89454e0235117131194e61924a91f6487c4188 100644 (file)
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 4/13/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -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;