]> git.donarmstrong.com Git - mothur.git/blobdiff - treemap.cpp
major change to the tree class to use the count table class instead of tree map....
[mothur.git] / treemap.cpp
index 7b9fd32a43cbfa8b2ef213889c3a1d4add7661a8..06d05d4fbad15cbc111609d42e5d825b3bcc0f88 100644 (file)
@@ -247,7 +247,7 @@ string TreeMap::getGroup(string sequenceName) {
        }
                
 }
-/************************************************************/
+/************************************************************
 void TreeMap::setIndex(string seq, int index) {
        it = treemap.find(seq);
        if (it != treemap.end()) { //sequence name was in group file
@@ -257,7 +257,7 @@ void TreeMap::setIndex(string seq, int index) {
                treemap[seq].groupname = "not found";
        }
 }
-/************************************************************/
+/************************************************************
 int TreeMap::getIndex(string seq) {
        
        it = treemap.find(seq);