X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fpccx%2FBranchCountingBasedScoringMethod.java;h=fdb9b179e0dd782ff9bb14b4c98de925c16e2f64;hb=7ae646b73c00d1458582858319ec62f05e40c71a;hp=f1b2268c5b0514a4aabad3aa14579f62769d6432;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/pccx/BranchCountingBasedScoringMethod.java b/forester/java/src/org/forester/pccx/BranchCountingBasedScoringMethod.java index f1b2268..fdb9b17 100644 --- a/forester/java/src/org/forester/pccx/BranchCountingBasedScoringMethod.java +++ b/forester/java/src/org/forester/pccx/BranchCountingBasedScoringMethod.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; @@ -33,7 +33,7 @@ import org.forester.phylogeny.PhylogenyNode; /* * Scoring method according to an idea by Adam Godzik, PhD. - * + * * @author Christian M. Zmasek */ public class BranchCountingBasedScoringMethod implements ScoringMethodForExternalNode {