]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
version working on mac with .tellg changed to unget for windows
[mothur.git] / shared.h
index c80ef6606216b6747f0d407cf1895ebbb33ed22e..515c2a0da33ab4b2bfc63c25c409ba37fd2ecd49 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -26,7 +26,7 @@ class Shared {
                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 
+               //vector< map<string, SharedRAbundVector*> > sharedRAbund;  //contains all the info needed to create the .shared file not sure if we will need 
 };
 
 #endif