]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorclass.h
added mpi code to cluster.split command
[mothur.git] / sharedsorclass.h
index d8702fff4d1f891c009d9d5a475d8aee5a3d95d7..75df6570ea0c524420fa0bc355b9967c83eb579b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDSORCLASS_H
-#define SHAREDSORCLASS_H
+#ifndef SORCLASS_H
+#define SORCLASS_H
 /*
  *  sharedsorclass.h
  *  Dotur
 It is a child of the calculator class. */
 
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
 
-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:
        
 };
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif