X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fpccx%2FLogBranchLengthBasedScoringMethod.java;h=8867ffb82388896f14aec734ad382052ed78235c;hb=b5fe992f707cdad84255eb85040effbee97d61b3;hp=62b4390443fb04d5f731f728377659326c7cbae2;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/pccx/LogBranchLengthBasedScoringMethod.java b/forester/java/src/org/forester/pccx/LogBranchLengthBasedScoringMethod.java index 62b4390..8867ffb 100644 --- a/forester/java/src/org/forester/pccx/LogBranchLengthBasedScoringMethod.java +++ b/forester/java/src/org/forester/pccx/LogBranchLengthBasedScoringMethod.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 LogBranchLengthBasedScoringMethod extends BranchCountingBasedScoringMethod {