]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversity.cpp
removed unused copy constructors and comments within comments that where causing...
[mothur.git] / phylodiversity.cpp
index 86dc539b8e1a6e1385d178ab0473bcc966a71705..d5ccaf948feaef51156f3a77346fe0908e4598ec 100644 (file)
@@ -20,7 +20,7 @@ EstOutput PhyloDiversity::getValues(Tree* t, vector<int> treeNodes, vector< vect
                //initialize Dscore
                for (int i=0; i<globaldata->Groups.size(); i++) {               DScore[globaldata->Groups[i]] = 0.0;    }
        
-               /********************************************************
+               ********************************************************
                //calculate a D value for each group 
                for(int v=0;v<treeNodes.size();v++){
                                
@@ -75,7 +75,7 @@ EstOutput PhyloDiversity::getValues(Tree* t, vector<int> treeNodes, vector< vect
                exit(1);
        }
 }
-/**************************************************************************************************/
+**************************************************************************************************/