]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.cpp
parsimony output changed
[mothur.git] / unifracunweightedcommand.cpp
index 5a7cc367cd12212743f836cda998a10c339b5c09..2a169d04c542e6c1999fddbe5e6f53612f56ee74 100644 (file)
@@ -22,6 +22,7 @@ UnifracUnweightedCommand::UnifracUnweightedCommand() {
                setGroups(); //sets users groups to analyze
                convert(globaldata->getIters(), iters);  //how many random trees to generate
                unweighted = new Unweighted(tmap);
+               counter = 0;
 
        }
        catch(exception& e) {