From: crawshaw Date: Thu, 6 Jan 2005 15:33:59 +0000 (+0000) Subject: fix compiler warnings in Simplex X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e4efe9794a48ee1ac5737afdd63e744c288d48bc;p=org.ibex.util.git fix compiler warnings in Simplex darcs-hash:20050106153359-2eb37-43f33f3cab696be6ddfc6d28e27f3f95196ffd29.gz --- diff --git a/src/org/ibex/util/Simplex.java b/src/org/ibex/util/Simplex.java index c578912..9524408 100644 --- a/src/org/ibex/util/Simplex.java +++ b/src/org/ibex/util/Simplex.java @@ -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;