]> git.donarmstrong.com Git - mothur.git/blobdiff - fastamap.h
fixed some bugs
[mothur.git] / fastamap.h
index 355a8df51786bdac9c229aed9d4233bd46d41c3e..6051874e3f6802cf0234945502749ad35f474e4f 100644 (file)
@@ -10,8 +10,6 @@
  *
  */
  
-using namespace std;
 #include "mothur.h"
 
 
@@ -47,6 +45,9 @@ private:
        map<string, string>  seqmap;  //name, sequence  -  uncondensed representation of file
        map<string, group>::iterator it;
        map<string, string>::iterator it2;
+       
+       string readName(ifstream&);
+       string readSequence(ifstream&);
 };
 
 #endif