]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynskicody.h
working on pam
[mothur.git] / sharedkulczynskicody.h
index 7fb30ce45423892dbef55ccccc3cefc2dcdedd9b..9cb651f8e4d490f277613e441639ddf839bf2cb3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDKULCZYNSKICODY_H
-#define SHAREDKULCZYNSKICODY_H
+#ifndef KULCZYNSKICODY_H
+#define KULCZYNSKICODY_H
 
 /*
  *  sharedkulczynskicody.h
 
 /***********************************************************************/
 
-class SharedKulczynskiCody : public Calculator  {
+class KulczynskiCody : public Calculator  {
        
 public:
-       SharedKulczynskiCody() :  Calculator("SharedKulczynskiCody", 1) {};
+       KulczynskiCody() :  Calculator("kulczynskicody", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Kulczynskicody"; }
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif