]> git.donarmstrong.com Git - mothur.git/blobdiff - raredisplay.cpp
fixed some bugs
[mothur.git] / raredisplay.cpp
index 3d50b2612f9c9cc8df9de5b48e5e55e260806fc6..61362c78515b1ebaf3e0b006782960bfb33ebb91 100644 (file)
@@ -66,7 +66,7 @@ void RareDisplay::update(SAbundVector* rank){
                cout << "An unknown error has occurred in the RareDisplay class function update. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }
-};
+}
 
 /***********************************************************************/
 void RareDisplay::update(vector<SharedRAbundVector*> shared, int numSeqs, int numGroupComb) {
@@ -99,7 +99,7 @@ void RareDisplay::update(vector<SharedRAbundVector*> shared, int numSeqs, int nu
                cout << "An unknown error has occurred in the RareDisplay class function update. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }
-};
+}
 
 /***********************************************************************/