fix compiler warnings in Simplex
authorcrawshaw <crawshaw@ibex.org>
Thu, 6 Jan 2005 15:33:59 +0000 (15:33 +0000)
committercrawshaw <crawshaw@ibex.org>
Thu, 6 Jan 2005 15:33:59 +0000 (15:33 +0000)
darcs-hash:20050106153359-2eb37-43f33f3cab696be6ddfc6d28e27f3f95196ffd29.gz

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;