X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fpccx%2FBranchLengthBasedScoringMethod.java;h=2424e0e88f9513953a4086cac4ba84bece6e2cab;hb=26d8d47ed32a0eb9bd43c409d0e26ff13570b246;hp=2b14bf4c56157d838e29aaeaa9a111668833ef76;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/pccx/BranchLengthBasedScoringMethod.java b/forester/java/src/org/forester/pccx/BranchLengthBasedScoringMethod.java index 2b14bf4..2424e0e 100644 --- a/forester/java/src/org/forester/pccx/BranchLengthBasedScoringMethod.java +++ b/forester/java/src/org/forester/pccx/BranchLengthBasedScoringMethod.java @@ -22,7 +22,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.pccx; @@ -31,7 +31,7 @@ import org.forester.phylogeny.PhylogenyNode; import org.forester.phylogeny.iterators.PhylogenyNodeIterator; /* - * + * * @author Christian M. Zmasek */ public class BranchLengthBasedScoringMethod extends BranchCountingBasedScoringMethod {