]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
fixes while testing 1.33.0
[mothur.git] / sharedlennon.h
index 57a63554a36585c00d35ca51be1301a1fce41dd4..cf1831ec21ac8e41e35a71a43bee77fec6ac7f53 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDLENNON_H
-#define SHAREDLENNON_H
+#ifndef LENNON_H
+#define LENNON_H
 
 /*
  *  sharedlennon.h
 
 /***********************************************************************/
 
-class SharedLennon : public Calculator  {
+class Lennon : public Calculator  {
        
 public:
-       SharedLennon() :  Calculator("SharedLennon", 1) {};
+       Lennon() :  Calculator("lennon", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Lennon"; }
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif