]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlistvector.cpp
parsimony calculator changed order of groups to reflect change in shared Utils made...
[mothur.git] / sharedlistvector.cpp
index 0f4042fd1a44f040a64aec06de5a2c831985b759..1493ee99622602d914af8ca61400b522e4701132 100644 (file)
@@ -29,7 +29,7 @@ SharedListVector::SharedListVector(ifstream& f) : DataVector(), maxRank(0), numB
 
                //set up groupmap for later.
                groupmap = new GroupMap(globaldata->getGroupFile());
-               groupmap->readMap();
+               groupmap->readMap(); 
 
                int hold;
                string inputData;