]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynski.h
changes while testing
[mothur.git] / sharedkulczynski.h
index aad69fe716376b2dabe29a3dcc2153ffb92e6209..675ce4dec98c1e1cbdd735cfd26572e91af64b0d 100644 (file)
 class Kulczynski : public Calculator  {
        
 public:
-       Kulczynski() :  Calculator("Kulczynski", 1, false) {};
+       Kulczynski() :  Calculator("kulczynski", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Kulczynski"; }
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif