]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorclass.h
*** empty log message ***
[mothur.git] / sharedsorclass.h
index 7a5e282421fafeb74b8aa10d5958557c409e78b1..16fbed036b54f3ba0e6c3a847a77f624b238f2b5 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDSORCLASS_H
-#define SHAREDSORCLASS_H
+#ifndef SORCLASS_H
+#define SORCLASS_H
 /*
  *  sharedsorclass.h
  *  Dotur
@@ -17,12 +17,12 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedSorClass : public Calculator  {
+class SorClass : public Calculator  {
        
 public:
-       SharedSorClass() :  Calculator("SharedSorClass", 3) {};
+       SorClass() :  Calculator("SorClass", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };