X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjackknife.h;h=1e9cbf539077e570dc6c5abaa9a4500266a19e11;hp=a2488932e6c1fb2ae68b304df44b5feb994220a9;hb=615301e57c25e241356a9c2380648d117709458d;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8 diff --git a/sharedjackknife.h b/sharedjackknife.h index a248893..1e9cbf5 100644 --- a/sharedjackknife.h +++ b/sharedjackknife.h @@ -11,7 +11,6 @@ */ #include "calculator.h" -#include "globaldata.hpp" /*This class implements the SharedJackknife estimator. It is a child of the calculator class.*/ @@ -24,9 +23,9 @@ public: SharedJackknife() : numGroups(-1), callCount(0), count(0), currentCallDone(true), Calculator("sharedjackknife", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sharedjackknife"; } private: - GlobalData* globaldata; int numGroups, callCount, count; bool currentCallDone; vector groups;