X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjclass.h;h=d18dfee561c7fd77a8594920266dad7979c66b9f;hb=0b99c6b6ea875e13febda76903fd4d9cda7add7d;hp=c35abffc9d8ded2f9f092d9b8ef37d8770ae2f6c;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/sharedjclass.h b/sharedjclass.h index c35abff..d18dfee 100644 --- a/sharedjclass.h +++ b/sharedjclass.h @@ -1,5 +1,5 @@ -#ifndef SHAREDJCLASS_H -#define SHAREDJCLASS_H +#ifndef JCLASS_H +#define JCLASS_H /* * sharedjclass.h * Dotur @@ -12,22 +12,20 @@ /* This class implements the SharedJclass estimator on two groups. It is a child of the calculator class. */ - -#include #include "calculator.h" /***********************************************************************/ -class SharedJclass : public Calculator { +class Jclass : public Calculator { public: - SharedJclass() : Calculator("SharedJclass", 3) {}; + Jclass() : Calculator("jclass", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif