]> git.donarmstrong.com Git - mothur.git/blobdiff - readmatrix.cpp
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / readmatrix.cpp
index 0b9e3ecab013fa7296f47dda15654b83069b820e..bd92f6c40ef1638ece9fe6319651fff48be83fa3 100644 (file)
@@ -358,8 +358,8 @@ void ReadPhilFile::read(GlobalData* globaldata){
                        sabund = inputSabund->getSAbundVector(); 
                        globaldata->sabund = sabund; //saving to be used by summary command.
                }else {
-                       list = input->getListVector(); //you are reading for parselist command, or shared commands.
-                       globaldata->glist = list;
+                       SharedList = input->getSharedListVector(); //you are reading for parselist command, or shared commands.
+                       globaldata->gSharedList = SharedList;
                }
        }
        catch(exception& e) {