]> git.donarmstrong.com Git - mothur.git/blobdiff - groupmap.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / groupmap.cpp
index 9e9955671e41a6cfff3dc882e29ccbc4de9414ca..58e04c5db858791f28a99a5cb50795a570da0690 100644 (file)
@@ -44,6 +44,7 @@ int GroupMap::readMap() {
                        m->gobble(fileHandle);
                }
                fileHandle.close();
+               m->namesOfGroups = namesOfGroups;
                return error;
 }
 /************************************************************/
@@ -69,6 +70,7 @@ int GroupMap::readDesignMap() {
                        m->gobble(fileHandle);
                }
                fileHandle.close();
+               m->namesOfGroups = namesOfGroups;
                return error;
 }