]> git.donarmstrong.com Git - mothur.git/blobdiff - sharednseqs.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / sharednseqs.h
index 1809d97e52871b27ad0599856b4d4243e0bf88a3..aa989bcc5ae030ecd3f561d55671e38414b1f915 100644 (file)
@@ -16,7 +16,7 @@
 class SharedNSeqs : public Calculator {
 
 public:
-       SharedNSeqs() : Calculator("SharedNSeqs", 1, false) {};
+       SharedNSeqs() : Calculator("sharednseqs", 1, false) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
        EstOutput getValues(vector<SharedRAbundVector*> shared) {
                data.resize(1,0);