From: cmzmasek Date: Thu, 13 Mar 2014 06:17:51 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=0ccf8b41a889edccde310d55377e1db2351f46e6;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/evoinference/distance/NeighborJoiningR.java b/forester/java/src/org/forester/evoinference/distance/NeighborJoiningR.java index a9d007a..384b6e9 100644 --- a/forester/java/src/org/forester/evoinference/distance/NeighborJoiningR.java +++ b/forester/java/src/org/forester/evoinference/distance/NeighborJoiningR.java @@ -149,7 +149,7 @@ public final class NeighborJoiningR { if ( j == otu2 ) { continue; } - if ( otu1 < _mappings[ j ] ) { + if ( otu1 < _mappings[ j ] ) { updateDvalue( otu1, otu2, j, d ); } }