]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynski.h
added current as option is lists of file names, processors now outputted with current...
[mothur.git] / sharedkulczynski.h
index 91a19cadc65593145fb1f1b047801ad4ce9c4ec3..0bace819b5f71f1087a7e3e6b8d471c4a2862b36 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDKULCZYNSKI_H
-#define SHAREDKULCZYNSKI_H
+#ifndef KULCZYNSKI_H
+#define KULCZYNSKI_H
 /*
  *  sharedkulczynski.h
  *  Mothur
 
 /***********************************************************************/
 
-class SharedKulczynski : public Calculator  {
+class Kulczynski : public Calculator  {
        
 public:
-       SharedKulczynski() :  Calculator("SharedKulczynski", 1) {};
+       Kulczynski() :  Calculator("kulczynski", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif