fix ThreadPool bug
[org.ibex.util.git] / src / org / ibex / util / Simplex.java
index c578912..9524408 100644 (file)
@@ -3,7 +3,6 @@
 // You may not use this file except in compliance with the License.
 
 package org.ibex.util;
-import java.io.* ;
 import java.util.* ;
 
 public class Simplex {
@@ -509,7 +508,6 @@ public class Simplex {
 
         void set_globals() {
             Rows = rows;
-            columns = columns;
             Sum = Rows + columns;
             Non_zeros = non_zeros;
             Mat = mat;
@@ -539,8 +537,6 @@ public class Simplex {
             Epsb = epsb;
             Epsd = epsd;
             Epsel = epsel;
-            TREJ = TREJ;
-            TINV = TINV;
             Maximise = maximise;
             Floor_first = floor_first;
             active = TRUE;