fix ThreadPool bug
[org.ibex.util.git] / src / org / ibex / util / Simplex.java
index 2ae314a..9524408 100644 (file)
@@ -1,5 +1,8 @@
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Public Source License 2.0 ("the License").
+// 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 {
@@ -505,7 +508,6 @@ public class Simplex {
 
         void set_globals() {
             Rows = rows;
-            columns = columns;
             Sum = Rows + columns;
             Non_zeros = non_zeros;
             Mat = mat;
@@ -535,8 +537,6 @@ public class Simplex {
             Epsb = epsb;
             Epsd = epsd;
             Epsel = epsel;
-            TREJ = TREJ;
-            TINV = TINV;
             Maximise = maximise;
             Floor_first = floor_first;
             active = TRUE;