]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.h
removed parse.sff command and made its functionality part of sffinfo command. fixed...
[mothur.git] / sharedjackknife.h
index 00c0de08af07a132a3d38ce8cb6a67a614dfd5aa..a2488932e6c1fb2ae68b304df44b5feb994220a9 100644 (file)
@@ -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<SharedRAbundVector*> groups;
-       double simpson(int[], double, int);
+       double simpson(vector<int>, double, int);
        double* jackknife();
 };