]> git.donarmstrong.com Git - mothur.git/blobdiff - gower.h
fixes while testing 1.33.0
[mothur.git] / gower.h
diff --git a/gower.h b/gower.h
index b6337ced3229d6a545b9c0a5cd5af952ae3103f3..a04ef10c23388e74b3e35b146886c2921c670f28 100644 (file)
--- a/gower.h
+++ b/gower.h
@@ -21,6 +21,7 @@ public:
        Gower() :  Calculator("gower", 1, false, true) {};  //the true means this calculator needs all groups to calculate the pair value
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Gower"; }
 private:
        
 };