]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.hpp
added bootstrap.shared command and fixed some bugs with heatmap
[mothur.git] / globaldata.hpp
index 3b688b43457d318c8f73471bb088d7ad5de1affb..be5b0087abdb7ee546e3d9f081a9091c95ee2b8c 100644 (file)
@@ -70,7 +70,7 @@ public:
        string getStep();
        string getForm();
        string getSorted();
-       string getScaler();
+       string getScale();
 
        void setListFile(string);
        void setPhylipFile(string);
@@ -97,7 +97,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, sorted, scaler;
+       string cutoff, format, precision, method, fileroot, iters, jumble, freq, calc, abund, step, form, sorted, scale;
 
        static GlobalData* _uniqueInstance;
        GlobalData( const GlobalData& ); // Disable copy constructor