]> git.donarmstrong.com Git - mothur.git/blobdiff - whittaker.h
1.18.0
[mothur.git] / whittaker.h
index bcd72fcc1d9e5f25baa2779aeb71eb553eb0672d..7ffd0cc299ebf5bf527a10a6764026c9e915ec8f 100644 (file)
@@ -18,7 +18,7 @@
 class Whittaker : public Calculator  {
        
 public:
-       Whittaker() : Calculator("whittaker", 3, false) {};
+       Whittaker() : Calculator("whittaker", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 
@@ -26,4 +26,4 @@ public:
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif