From 4c0e3e7fa86ecd3794204d362c7e17b3d9433415 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 16 Jan 2020 03:01:19 +0000 Subject: CTAN sync 202001160301 --- graphics/asymptote/base/simplex.asy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/asymptote/base/simplex.asy') diff --git a/graphics/asymptote/base/simplex.asy b/graphics/asymptote/base/simplex.asy index 3488fdd417..c27b3236be 100644 --- a/graphics/asymptote/base/simplex.asy +++ b/graphics/asymptote/base/simplex.asy @@ -106,7 +106,7 @@ struct simplex { real u=E[I][j]; if(u < -EpsilonA) { real r=-E[m][j]/u; - if(r <= t && (r < t || Bindices[j] < Bindices[J])) { + if(r <= t && (r < t || j < J)) { t=r; J=j; } // Bland's rule: exiting variable has smallest minimizing index } -- cgit v1.2.3