X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjclass.h;h=015b8acdd4ad1f0264dd75730e47e64bc823f3a6;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=c35abffc9d8ded2f9f092d9b8ef37d8770ae2f6c;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/sharedjclass.h b/sharedjclass.h index c35abff..015b8ac 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,21 @@ /* 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", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Jclass"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif