]> git.donarmstrong.com Git - mothur.git/blobdiff - chao1.cpp
fixed some bugs
[mothur.git] / chao1.cpp
index c05bdef2b7179a01f722cf497ab67f5b72ed7e3c..7757fb0c776bd2e87916b025e8478a62d96d2257 100644 (file)
--- a/chao1.cpp
+++ b/chao1.cpp
@@ -67,6 +67,6 @@ EstOutput Chao1::getValues(SAbundVector* rank){
                cout << "An unknown error has occurred in the Chao1 class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }       
-};
+}
 
 /***********************************************************************/