]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.cpp
added shared file to catchall command
[mothur.git] / inputdata.cpp
index dc99a6898ddc57cde2e1442642b766775dc264b2..5d1542739b0b0b6d6e730a5e84654468e3ca819f 100644 (file)
@@ -543,7 +543,7 @@ vector<SharedRAbundFloatVector*> InputData::getSharedRAbundFloatVectors(string l
                globaldata->saveNextLabel = "";
                
                if(in){
-                       if (format == "sharedfile")  {
+                       if (format == "relabund")  {
                                while (in.eof() != true) {
                                        
                                        SharedRAbundFloatVector* SharedRelAbund = new SharedRAbundFloatVector(in);