]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
mods in testing 1.16.0
[mothur.git] / sharedlennon.h
index 51bc9ed4bbb56b71f99040f91ca5dae276a571ec..77eb6295d0fcd284b5aa1bb40236217d1e0c8092 100644 (file)
 class Lennon : public Calculator  {
        
 public:
-       Lennon() :  Calculator("Lennon", 1) {};
+       Lennon() :  Calculator("lennon", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif