]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.cpp
fixed bug with displaying info for collect.shared() and summary.shared().
[mothur.git] / globaldata.cpp
index d4eb9980c9051919eecb25e18a0c7b685dae65a1..e58d19181d156e00dff0190388552858a32dbbde 100644 (file)
@@ -488,7 +488,7 @@ void GlobalData::splitAtComma(string& prefix, string& suffix){
 /*******************************************************/
 
 /******************************************************/
-//This function separates the key value from the option value i.e. distfile = "96_..."
+//This function separates the key value from the option value i.e. dist=96_...
 void GlobalData::splitAtEquals(string& key, string& value){            
        try {
                if(value.find_first_of('=') != -1){