]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorclass.h
changes while testing
[mothur.git] / sharedsorclass.h
index dc6f14cc686361f4eb0d3e38edb25c164d579be4..49ada2d7795d3d4cca8c2c87007173c240032b4c 100644 (file)
@@ -23,6 +23,7 @@ public:
        SorClass() :  Calculator("sorclass", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorclass"; }
 private:
        
 };