X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjackknife.h;fp=sharedjackknife.h;h=a2488932e6c1fb2ae68b304df44b5feb994220a9;hb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;hp=bdec8f713f777f6df061038fae677676a609eb1a;hpb=544469443afe44920bdf279aefd26d29534cabaf;p=mothur.git diff --git a/sharedjackknife.h b/sharedjackknife.h index bdec8f7..a248893 100644 --- a/sharedjackknife.h +++ b/sharedjackknife.h @@ -30,7 +30,7 @@ private: int numGroups, callCount, count; bool currentCallDone; vector groups; - double simpson(int[], double, int); + double simpson(vector, double, int); double* jackknife(); };