X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjackknife.h;h=a2488932e6c1fb2ae68b304df44b5feb994220a9;hb=74d3aaf0f85080ea3cfb1f1871e706bab9f48392;hp=00c0de08af07a132a3d38ce8cb6a67a614dfd5aa;hpb=c196b6b4768ccb84955d773ff0f22e4994d1ba7b;p=mothur.git diff --git a/sharedjackknife.h b/sharedjackknife.h index 00c0de0..a248893 100644 --- a/sharedjackknife.h +++ b/sharedjackknife.h @@ -6,7 +6,7 @@ * Mothur * * Created by Thomas Ryabin on 3/30/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ @@ -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(); };