]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorclass.h
changes while testing
[mothur.git] / sharedsorclass.h
index 16fbed036b54f3ba0e6c3a847a77f624b238f2b5..49ada2d7795d3d4cca8c2c87007173c240032b4c 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class SorClass : public Calculator  {
        
 public:
-       SorClass() :  Calculator("SorClass", 3, false) {};
+       SorClass() :  Calculator("sorclass", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorclass"; }
 private:
        
 };