X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shared.h;h=515c2a0da33ab4b2bfc63c25c409ba37fd2ecd49;hb=b7cce6e0a45013919e76a266533fcca4052cf157;hp=06d558d2deebf3af2cda8fb7f2193a39b932d2f2;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;p=mothur.git diff --git a/shared.h b/shared.h index 06d558d..515c2a0 100644 --- a/shared.h +++ b/shared.h @@ -24,8 +24,9 @@ class Shared { private: GlobalData* globaldata; + map::iterator it; void parse(int, SharedListVector*); - vector< map > sharedRAbund; //contains all the info needed to create the .shared file not sure if we will need + //vector< map > sharedRAbund; //contains all the info needed to create the .shared file not sure if we will need }; #endif