]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.cpp
rarefaction.shared() fixed bug
[mothur.git] / sharedsobs.cpp
index 14f5bf59d6552303d664e275e7c4173643a36179..9c3f4ddb1d47f1518791d6d95e3f94200823f175 100644 (file)
@@ -16,7 +16,7 @@
 EstOutput SharedSobs::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2){
        try {
                data.resize(1,0);
-               int observed = 0;;
+               int observed = 0;
 
                //loop through the species in each group
                for (int k = 0; k < shared1->size(); k++) {