]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
removed unused copy constructors and comments within comments that where causing...
[mothur.git] / distancecommand.cpp
index 65edcf75366d4096b1256266b05296146c30167b..0ac17877b2bed9bfc441a70dcece14cd99081727 100644 (file)
@@ -1094,7 +1094,7 @@ int DistanceCommand::convertMatrix(string outputFile) {
                exit(1);
        }
 }
-/**************************************************************************************************
+**************************************************************************************************
 int DistanceCommand::convertToLowerTriangle(string outputFile) {
        try{
 
@@ -1188,7 +1188,7 @@ int DistanceCommand::convertToLowerTriangle(string outputFile) {
                exit(1);
        }
 }
-/**************************************************************************************************/
+**************************************************************************************************/
 //its okay if the column file does not contain all the names in the fasta file, since some distance may have been above a cutoff,
 //but no sequences can be in the column file that are not in oldfasta. also, if a distance is above the cutoff given then remove it.
 //also check to make sure the 2 files have the same alignment length.