]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.h
fixed some bugs
[mothur.git] / sharedjackknife.h
index bdec8f713f777f6df061038fae677676a609eb1a..a2488932e6c1fb2ae68b304df44b5feb994220a9 100644 (file)
@@ -30,7 +30,7 @@ private:
        int numGroups, callCount, count;
        bool currentCallDone;
        vector<SharedRAbundVector*> groups;
-       double simpson(int[], double, int);
+       double simpson(vector<int>, double, int);
        double* jackknife();
 };