From 0ce1267ae27c840a417ee1758aa016da033405fa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Aug 2014 16:51:21 +0200 Subject: remove more unnecessary constructor declarations Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d --- .../EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'nlpsolver') diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java index bdbf51bfdfa5..81612dc80f2e 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java @@ -42,8 +42,6 @@ public class EvalElement { */ public BasicBound targetBound = new BasicBound(); - public EvalElement() {} - public boolean isOptType() { return ((targetBound.minValue==BasicBound.MINDOUBLE&&targetBound.maxValue==BasicBound.MINDOUBLE)|| (targetBound.minValue==BasicBound.MAXDOUBLE&&targetBound.maxValue==BasicBound.MAXDOUBLE)); -- cgit