]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
fixing minor bugs
[mothur.git] / shared.h
index 06d558d2deebf3af2cda8fb7f2193a39b932d2f2..c80ef6606216b6747f0d407cf1895ebbb33ed22e 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -24,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 
 };