X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shared.h;h=515c2a0da33ab4b2bfc63c25c409ba37fd2ecd49;hb=b7cce6e0a45013919e76a266533fcca4052cf157;hp=a3f55d5215d5f4b722f069bf53c2501e419eaec4;hpb=a8f5a612bba54ceb74e17efc027d3a7f5aa93c9a;p=mothur.git diff --git a/shared.h b/shared.h index a3f55d5..515c2a0 100644 --- 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,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