]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
fixing minor bugs
[mothur.git] / shared.h
index a3f55d5215d5f4b722f069bf53c2501e419eaec4..c80ef6606216b6747f0d407cf1895ebbb33ed22e 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -9,8 +9,6 @@
  *  Copyright 2008 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
-using namespace std;
 
 #include "mothur.h"
 #include "sharedrabundvector.h"
@@ -26,6 +24,7 @@ class Shared {
                
        private:
                GlobalData* globaldata;
+               map<string, SharedRAbundVector*>::iterator it;
                void parse(int, SharedListVector*);
                vector< map<string, SharedRAbundVector*> > sharedRAbund;  //contains all the info needed to create the .shared file not sure if we will need 
 };