summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/simplex.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/simplex.asy')
-rw-r--r--Master/texmf-dist/asymptote/simplex.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/asymptote/simplex.asy b/Master/texmf-dist/asymptote/simplex.asy
index e6d0410b23c..3bc74635dbb 100644
--- a/Master/texmf-dist/asymptote/simplex.asy
+++ b/Master/texmf-dist/asymptote/simplex.asy
@@ -219,7 +219,7 @@ struct simplex {
basicValues();
iterate(E,n+k,Bindices);
-
+
if(abs(Em[0]) > EpsilonA) {
case=INFEASIBLE;
return;
@@ -249,7 +249,7 @@ struct simplex {
for(int i=0; i < m; ++i) {
int k=Bindices[i];
if(k > n) continue;
- Bindices[ip]=k;
+ Bindices[ip]=k;
cB[ip]=c[k-1];
real[] Dip=D[ip];
real[] Ei=E[i];
@@ -319,7 +319,7 @@ struct simplex {
ai[j]=Ai[j];
}
}
-
+
int k=0;
bool phase1=false;