]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynskicody.h
added set.current and get.current commands and modified existing commands to update...
[mothur.git] / sharedkulczynskicody.h
index 7fb30ce45423892dbef55ccccc3cefc2dcdedd9b..1df563addfb2e9bc87aac225942d7fb0009f6fb9 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*>);
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif