]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
worked on hcluster. made .single command run using a sharedfile. and various other...
[mothur.git] / sharedochiai.h
index 61d9df38e762b644a8538eddc38cd35da45592ee..78ec0ae647d153c23a34eeba5499f1cf7299f7f3 100644 (file)
@@ -16,7 +16,7 @@
 class Ochiai : public Calculator  {
        
 public:
-       Ochiai() :  Calculator("Ochiai", 1, false) {};
+       Ochiai() :  Calculator("ochiai", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private:
@@ -26,4 +26,4 @@ private:
 /***********************************************************************/
 
 
-#endif
\ No newline at end of file
+#endif