]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedanderbergs.h
changes while testing
[mothur.git] / sharedanderbergs.h
index 0443d02df08a93393c8e94dbf5023594fabd9922..785e52bd414ace766da04ef41d3ac7319b97f49b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDANDERBERG_H
-#define SHAREDANDERBERG_H
+#ifndef ANDERBERG_H
+#define ANDERBERG_H
 /*
  *  sharedanderberg.h
  *  Mothur
 
 /***********************************************************************/
 
-class SharedAnderberg : public Calculator  {
+class Anderberg : public Calculator  {
        
        public:
-               SharedAnderberg() :  Calculator("SharedAnderberg", 1) {};
+               Anderberg() :  Calculator("anderberg", 1, false) {};
                EstOutput getValues(SAbundVector*) {return data;};
-               EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+               EstOutput getValues(vector<SharedRAbundVector*>);
+               string getCitation() { return "http://www.mothur.org/wiki/Anderberg"; }
        private:
 
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif