X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=raredisplay.cpp;h=61362c78515b1ebaf3e0b006782960bfb33ebb91;hp=3d50b2612f9c9cc8df9de5b48e5e55e260806fc6;hb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;hpb=544469443afe44920bdf279aefd26d29534cabaf diff --git a/raredisplay.cpp b/raredisplay.cpp index 3d50b26..61362c7 100644 --- a/raredisplay.cpp +++ b/raredisplay.cpp @@ -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 shared, int numSeqs, int numGroupComb) { @@ -99,7 +99,7 @@ void RareDisplay::update(vector 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); } -}; +} /***********************************************************************/