X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.hpp;h=f74619e29c792d28486447c919281f88b5d03ba0;hb=69180c6a4fd3c9ad48974b402d398efe61a58fa7;hp=16bc8d32b6bc75c2b4cbabfdb4ef6dfb78890d4c;hpb=2657127a3e1f3b5463f2b3a3b49bc19843f5c9d2;p=mothur.git diff --git a/globaldata.hpp b/globaldata.hpp index 16bc8d3..f74619e 100644 --- a/globaldata.hpp +++ b/globaldata.hpp @@ -62,6 +62,7 @@ public: string getGroups(); string getStep(); string getForm(); + string getSorted(); void setListFile(string); void setPhylipFile(string); @@ -82,7 +83,7 @@ public: private: string phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, orderfile, fastafile, treefile, sharedfile, line, label, randomtree, groups; - string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form; + string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted; static GlobalData* _uniqueInstance; GlobalData( const GlobalData& ); // Disable copy constructor