X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorclass.h;h=dc6f14cc686361f4eb0d3e38edb25c164d579be4;hb=836150c0a3666899ad58426388f4999d6cf8829a;hp=d8702fff4d1f891c009d9d5a475d8aee5a3d95d7;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/sharedsorclass.h b/sharedsorclass.h index d8702ff..dc6f14c 100644 --- a/sharedsorclass.h +++ b/sharedsorclass.h @@ -1,5 +1,5 @@ -#ifndef SHAREDSORCLASS_H -#define SHAREDSORCLASS_H +#ifndef SORCLASS_H +#define SORCLASS_H /* * sharedsorclass.h * Dotur @@ -13,20 +13,19 @@ It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ -class SharedSorClass : public Calculator { +class SorClass : public Calculator { public: - SharedSorClass() : Calculator("SharedSorClass", 3) {}; + SorClass() : Calculator("sorclass", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif